我有這段代碼,我用它比較時間戳字段與我之前選擇的日期! 但我得到一個語法錯誤.. Howcome?問題與查詢中的時間戳
$query = sprintf('SELECT * FROM coupon WHERE date("Y-m-d", "time") = $date');
的錯誤是:
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 ' "time") = $date' at line 1
雖然,我是比較時間戳這是場時間,而這是在提前$date
感謝的日期..
後的誤差。還提供更多關於如何/爲什麼要比較這些字段的信息。 –
編輯了這個問題:) – TMA