当前位置:Gxlcms > 数据库问题 > 数据库相关个人笔记

数据库相关个人笔记

时间: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   

人气教程排行