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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Select statement help needed

Re: SQL Select statement help needed

From: ricaze <ricardo_j_carvalhoNOriSPAM_at_hotmail.com.invalid>
Date: 2000/05/26
Message-ID: <19b54fb8.3727b47e@usw-ex0109-070.remarq.com>#1/1

Hi

have you tried converting both the field and the value to upper (or lowercase). I can quite remember what the function is but it looks like this:

select * from YourTable where UCASE(fieldname)=UCASE(value)

Received on Fri May 26 2000 - 00:00:00 CDT

Original text of this message

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