因时间栏位格式为 2015/1/7 下午 04:11:52,如要下条件须为以下格式

SQL:
select  * from table where    date_created>to_date('20150116 15:00:00','yyyymmdd hh24:mi:ss')

 

 

相关文章