1.DATE_SUB(date,INTERVAL expr type)函数
实例:
select * from xxx where create_time > DATE_SUB(NOW(),INTERVAL 1 HOUR);
以字段create_time为基准,查询表中 一个小时内的数据
未完待续。。。
1.DATE_SUB(date,INTERVAL expr type)函数
实例:
select * from xxx where create_time > DATE_SUB(NOW(),INTERVAL 1 HOUR);
以字段create_time为基准,查询表中 一个小时内的数据
未完待续。。。