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