alternate for NVL2
DBA_1976Nov 23 2009 — edited Nov 23 2009Hi,
I know how NVL works. But I have a need to evaluate for 0 instead of Null. Is there a way to do that.
I need to select col1. But If col1 is 0 then I need to select col2 and this has to be done in a single select statement. Could this be done?