Oracle 日期查询
摘要:Oracle 日期查询转自:http://hi.baidu.com/fengboy_7334/blog/item/b0aa60035f36a1e809fa935d.html例如:select * from c where cdate>=to_date('2010-10-14 14:00:00','yyyy-mm-dd hh24:mi:ss')select * from mytable where to_char(install_date,'YYYYMMDD') > '20050101'select * from myt
阅读全文
posted @ 2012-08-31 11:57