// 使用convert 函數,將datetime轉成date類型進行比較 SELECT * FROM test WHERE CONVERT(r_date,DATE) = CONVERT(CURDATE(),DATE)