Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I hve small issue on if and case condition.
How can i chnge this Nested If condition to Case .
If(TYPE='A', 'A',
If(TYPE='B/C',
If(SOURCE='D',
'D','B'), TYPE)) AS PLATFORM,
Thanks in advance
You can't afaik. The switch-case flow control structure doesn't work in load statements.
You can't afaik. The switch-case flow control structure doesn't work in load statements.
yeah...but
we are trying to implement the above code in case expression in select statement.
how can i do this ?