I Want to write oracle sql cases with multiple conditions with multiple output values.
For instance,
SELECT A,B,
Case
When A In(default, non default, Deliquent) Then ('dl_vint','lw_vint','hg_vint')
from Application
I Want to write oracle sql cases with multiple conditions with multiple output values.
For instance,
SELECT A,B,
Case
When A In(default, non default, Deliquent) Then ('dl_vint','lw_vint','hg_vint')
from Application