因時間欄位格式為 2015/1/7 下午 04:11:52,如要下條件須為以下格式

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

 

 

相关文章