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 -> Filtering dates using TO_DATE(). Is there an alternative.

Filtering dates using TO_DATE(). Is there an alternative.

From: Bruce Sutherland <bruce_sutherland_at_acl.com>
Date: Thu, 02 Jul 1998 22:19:41 GMT
Message-ID: <359c0624.6466090@news.bctel.net>


Is there an alternate method (through ODBC) for filtering rows based on dates other than the TO_DATE() function? Other data sources allow you to use the '#' character to delimit dates. For example, is there an alternative tothe following?

SELECT custid FROM XCB.TABLE WHERE DATE > TO_DATE('31-DEC-1997','DD-MON-YYYY') TIA,         Bruce Received on Thu Jul 02 1998 - 17:19:41 CDT

Original text of this message

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