数据库相关个人笔记

Posted 天下!行

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库相关个人笔记相关的知识,希望对你有一定的参考价值。

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‘)

以上是关于数据库相关个人笔记的主要内容,如果未能解决你的问题,请参考以下文章