For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Which one gives better performance? Could please explain.
1)nvl( my_column, 'N') <> 'Y'
2) nvl( my_column, 'N') = 'N'
--
Thanks
Peddi
Would be terribly efficient.