Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Case Sensetive database property
Hello,
> Can anybody help me.
> I have the problem with the SELECT .. WHERE.
> I want to know is there a database option that can set CASE (IN)SENSITIVE
> for WHERE condition for string comparison
donīt know if there is a special funtion for that, i tried ( with success)
"select name from emp where name like 'HANSI' or name like 'hansi' from emp;"
HTH
Hansi ( hansi) :-)
Received on Wed Nov 21 2001 - 12:00:27 CST
![]() |
![]() |