Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: case insensitive search.......how?
You can use something like
SELECT.... WHERE NLS_UPPER(name) LIKE '%HELLO%'
the NLS_UPPER function return the string in uppercase, this solve the
case-sensitivity problem.
Davide
"I'm a good man" <goodman888_at_hongkong.com> wrote in message news:39603DDC.12C84A57_at_hongkong.com...
![]() |
![]() |