Oracle 날짜 비교

원본 주소:http://www.blogjava.net/forker/archive/2007/09/07/143467.html
oracle sql    :
     :
  
  
  
  
select   *   from  up_date  where   update   <  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' ) select   *   from  up_date  where   update   <=  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' )
:
select   *   from  up_date  where   update   >  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' ) select   *   from  up_date  where   update   >=  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' )
:
select   *   from  up_date  where   update   =  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' )
:
select   *   from  up_date  where   update   between  to_date( ' 2007-07-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' and  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' ) select   *   from  up_date  where   update   <  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' and   update   >  to_date( ' 2007-07-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' ) select   *   from  up_date  where   update   <=  to_date( ' 2007-09-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' and   update   >=  to_date( ' 2007-07-07 00:00:00 ' , ' yyyy-mm-dd hh24:mi:ss ' )

좋은 웹페이지 즐겨찾기