Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL TUNE
> -----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.
-- 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
![]() |
![]() |