标签:相关 acl 2-2 语句 table 类型 tab to_date ora
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
原文地址:http://www.cnblogs.com/txqx/p/7755224.html