mysql查询当天的数据
贴代码:
#两个时间都使用to_days()函数 select * from reple where to_days(create_time) = to_days(NOW())