时间:2021-07-01 10:21:17 帮助过:10人阅读
ORACLE中按以date类型为查询条件的语句
select * from Table t where t.Colums= to_date(‘2017-7-17 ‘,‘yyyy-mm-dd‘)
delete from Table t where t.Colums>= to_date(‘2017-10-29 ‘,‘yyyy-mm-dd‘)
to_date(‘2012-02-29 15:00:00‘,‘yyyy-mm-dd hh24:mi:ss‘)
数据库相关个人笔记
标签:相关 acl 2-2 语句 table 类型 tab to_date ora