meine DB wurde heut auf 4.0.12 Und jetzt bekomm ich diesen Fehler, nur irgendwie kann ich damit nichts anfangen!
Fehler:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CHECK = 2 ORDER BY TO_DAYS( CONCAT_WS( '-', YEAR( now( ) )
query:
$sql_geb_daten = "SELECT * FROM birthday WHERE TO_DAYS(CONCAT_WS('-',YEAR(now()),MONTH(birthday),DAYOFMONTH(birthday)))-TO_DAYS(now()) >= 0 AND check='2' order by TO_DAYS(CONCAT_WS('-',YEAR(now()),MONTH(birthday),DAYOFMONTH(birthday)))-TO_DAYS(now())";
Ich hab leider, garkeinen Ansatz, was da nicht mehr stimmen sollte?!?
Fehler:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CHECK = 2 ORDER BY TO_DAYS( CONCAT_WS( '-', YEAR( now( ) )
query:
$sql_geb_daten = "SELECT * FROM birthday WHERE TO_DAYS(CONCAT_WS('-',YEAR(now()),MONTH(birthday),DAYOFMONTH(birthday)))-TO_DAYS(now()) >= 0 AND check='2' order by TO_DAYS(CONCAT_WS('-',YEAR(now()),MONTH(birthday),DAYOFMONTH(birthday)))-TO_DAYS(now())";
Ich hab leider, garkeinen Ansatz, was da nicht mehr stimmen sollte?!?
Kommentar