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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL TUNE

RE: SQL TUNE

From: <Stephen.Lee_at_DTAG.Com>
Date: Tue, 4 May 2004 12:45:28 -0500
Message-ID: <D6339830FC73944E889CC3CEADDB205B0790937B@bu-dtagpo1.tracs.com>


> -----Original Message-----
> select id, lname from godev.user where upper(sepr)='Y'

In most databases sepr should not be 'y' (lower case). But if that is possible in your case, then I think "... where sepr in ('Y','y')" is what I would use. It might make difference which character is first in the parenthesis.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue May 04 2004 - 12:44:03 CDT

Original text of this message

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