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日期顯示格式
相關文章
相關標籤/搜索