by 주정래 [2007.07.02 16:10:48]
select * from emp
where lower(ename) = 'abcde'
와
where 'abcde' = lower(ename)
의 차이점이 있나요?