the following will return all the values you specified.
select ename from emp where lower(ename) like 'krishn%';
If you want this statement to use an index, you have to create a function based index.
Robel
|
Results 1 to 10 of 13
Thread: Ignore case in SQL selectThreaded View
|
Click Here to Expand Forum to Full Width |