MySQL获取今天新增的数据

it2023-02-27  81

select * from 表名 where date(表时间字段) = curdate();

最新回复(0)