Oracle Sql Decode

[Solved] Oracle Sql Decode | Elixir - Code Explorer | yomemimo.com
Question : oracle decode

Answered by : vastemonde

DECODE(X, D1, R1, D2, R2, D3, R3, ..., Rx)
/*
if X = D1 then return R1
else if X = D2 then return R2
else if X = D3 then return R3
...
else return Rx
*/

Source : | Last Update : Tue, 09 Feb 21

Answers related to oracle sql decode

Code Explorer Popular Question For Elixir