使用unix_timestamp方法進行比較,將字元型的時間,轉成unix時間戳 select * from t1 where unix_timestamp(time1) > unix_timestamp('2011-03-03 17:39:05') and unix_timestamp(含有時間的 ...
使用unix_timestamp方法進行比較,將字元型的時間,轉成unix時間戳
select * from t1 where unix_timestamp(time1) > unix_timestamp('2011-03-03 17:39:05') and unix_timestamp(含有時間的欄位) < unix_timestamp('2016-12-06');