ACCESS SQL:查询表里指定字段的时间和当前系统时间的时间差小于5秒的SQL语句怎么写?

2025-05-01 23:27:50
推荐回答(1个)
回答1:

如下
select * from table1 where datediff('s',时间字段,now()) < 5