select * from client_info where month(CREATED_DT) =
month(‘2013-9-01‘) and year(CREATED_DT) = year(‘2013-09-01‘);
datediff; 在mysql 中 select datediff(‘2003-01-01‘,‘2003-01-02‘); 在SQL 中 select datediff(hh,‘2003-01-01‘,‘2003-01-02‘);
本文出自 “天的缭乱” 博客,转载请与作者联系!
原文地址:http://9158947.blog.51cto.com/9148947/1548029