mysql/oracle 日期查询及oracle developer修改日期显示格式

mysql:select from table1 where create_date '2016-01-01'


oracle:select * from table1 where create_date > to_date('2017-08-21 00:00:10', 'YYYY-MM-DD HH24:MI:SS'); 



修改oracle developer日期显示格式

mysql/oracle 日期查询及oracle developer修改日期显示格式