码迷,mamicode.com
首页 > 数据库 > 详细

oracle date-time

时间:2017-09-29 12:42:58      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:and   span   acl   where   class   date   har   time   to_char   

select to_char(sysdate,‘yyyy-mm-dd hh24:mi:ss‘)

 

select * from tablename where time>=  to_date(‘2011-05-02‘,‘yyyy-mm-dd‘)    

 

select * from tablename where to_char(time,‘yyyy-mm-dd‘)>=‘2011-05-02‘    and to_char(time,‘yyyy-mm-dd‘)<=‘2011-05-30‘ 

oracle date-time

标签:and   span   acl   where   class   date   har   time   to_char   

原文地址:http://www.cnblogs.com/kakaisgood/p/7610432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!