SQL根据日期查

两个时间之间:select * from 表名 where 时间字段 between to_date(‘2012-01-01 07:00:00‘, ‘yyyy-mm-dd hh24:mi:ss‘) and  to_date(‘2012-01-04 10:00:00‘, ‘yyyy-mm-dd hh24:mi:ss‘)

大于某时间:select * from 表名 where 时间字段 > to_date(‘2012-01-01 07:00:00‘, ‘yyyy-mm-dd hh24:mi:ss‘)

SQL根据日期查

上一篇:web.xml格式(避免eclipse更新延迟-3.0版)


下一篇:phpEXCEL操作全解