--ref http://stackoverflow.com/q/9180014 select cust_id from THE_OWNER.SAP_DEV where SAP_DEV.lastmodified > TO_DATE('23/11/2016 23:40', 'DD/MM/YYYY HH24:MI') order by cust_id desc;
↧
Oracle query by date field
↧