Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Which Date comparison more efficient?

Which Date comparison more efficient?

From: Skinny Guy <skinnychineseguy_at_hotmail.com>
Date: 6 May 2003 15:51:19 -0700
Message-ID: <f9b5a61d.0305061451.4cc8051b@posting.google.com>

  1. trunc(aDate) = to_date('10-10-03','MM-DD-YY')

or

2) to_char(aDate,'MM-DD-YY') = to_date('10-10-03','MM-DD-YY') Received on Tue May 06 2003 - 17:51:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US