如何在SQL数据库中如何以一段时间差为条件查询数据 急求

如题所述

sql sever
select * from 表名 where 时间 between '开始时间' and '结束时间'
oracle
如:
select * from 表名 where 时间 >=to_date('2009-01-01','yyyy-mm-dd') and 时间 <= to_date('2009-02-01','yyyy-mm-dd')
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答