oracle sql日期比较
在某某日期之前:
select * from tableName where dateColm <= to_date('2012-06-14','yyyy-mm-dd');
select * from tableName where dateColm <= to_date('2012-06-14 00:00','yyyy-mm-dd hh24:mi');
select * from tabl
原创
2012-06-14 09:50:22 ·
230 阅读 ·
0 评论