Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Case sensitivity and the LIKE clause
How can I get a statement like this to return all possible records:
SELECT * FROM tblProd WHERE ProdName LIKE '%chi%';
When the table might contain data like this:
ProdName
All I get now is the "Tasty chicken burgers" record. Is there such a thing as case insensitivity and how do I use it/not use it?
--
Brett Fattori
Visit The Render Engine
![]() |
![]() |