Multiple values in NVL
942638Jun 19 2012 — edited Jun 19 2012Hi,
I have following issue NVL(:Column , table.cloumn)... now :Column can accept multiple values... Now NVL does not support multiple values in place od :Column....
Please suggest some other way to handle the same in a query... I can't write pL/SQL code.. I want to handle it through query...
select NVL(:Column , table.cloumn) from table....
Now :Column can accept multiple values as parameter ... but NVL only support one value at a time.. Need some help how to handle multiple value as :Column can be
NULL i have to handle it through NVL...
Thanks
Edited by: user12403816 on 18 Jun, 2012 10:43 PM