#sql#如何获取在满足某个时间段的数据

mac2024-06-04  50

select * from table where field>'时间1’ and field<'时间2‘;

最新回复(0)