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 is faster? <> or Between

Which is faster? <> or Between

From: Just_Buy <ohbej_at_hotmail.com>
Date: 25 Jun 2003 08:57:45 -0700
Message-ID: <65275ae5.0306250757.b859f09@posting.google.com>


Which of the following methods is faster for retrieving records within a date range?

Option A:
Paid_Date >= '01-JAN-2003' AND Paid_Date <= '01-MAR-2003'

Option B:
Paid_Date BETWEEN '01-JAN-2003' AND '01-MAR-2003'

Thanks! Received on Wed Jun 25 2003 - 10:57:45 CDT

Original text of this message

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