您的位置:首页 > 数据库 > SQL

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

2017-08-21 17:54 330 查看
mysql:select * from [b]table1 where create_date > '2016-01-01'[/b]



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





修改oracle developer日期显示格式

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  oracle mysql