ysql查询当天的数据

ysql查询当天的数据

mysql查询当天的数据

贴代码:

#两个时间都使用to_days()函数
select * from reple where to_days(create_time) = to_days(NOW())
04-28 09:02