Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> case (in)sensitive problem
I'm new in ORACLE and have a question presented on simple SQL SELECT
SELECT * FROM customer WHERE firstname='John'
How can I get all rows no matter how they are stored in table ("JOHN","John","John") ?
posible solution :
- I tried with function UPPER but if I understand, it can't use a index on
a field (in this case - 'firstname')
- Store information in UPPER or LOWER
any other solution ? Received on Thu Jan 14 1999 - 09:15:15 CST
![]() |
![]() |