我似乎無法正確使用str_to_date。我試試這個:PHP MYSQL str_to_date問題
$test = "Fri May 01 2015 00:00:00";
$sql = "SELECT * FROM ax_timestamps WHERE str_to_date('$test', '%D %M %d %Y %H:%i:%s') < datetimefeild ORDER BY id ASC";
但它不從數據庫中提取數據,它應該。
例如數據庫中有與該值的日期時間字段,它應該已經被拉:
2015-05-16 07:44:56
(1)您遇到的問題是什麼?樣本數據和期望的結果非常有幫助。 (2)你真的有名爲「datetimefeild」(misspelt)的列嗎? –
@GordonLinoff'misspelt'是什麼意思? –
@Fatemeh。 。 。 「拼寫錯誤」的寫法有點舊,意思是拼寫不正確。 (http://dictionary.reference.com/browse/misspelt)。 –