Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Select statement help needed
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)
![]() |
![]() |