posted 16 years ago
hi Himadri,
You can use either lower or upper function on both sides of the where condition
eg: select * from emp where upper(job)= upper('dba');
if you use at either side of where clause it may not retrieve proper results
Sachin Kumar Kansal
DBA (Oracle), Database Migration Consultant