Case and Decode
How can we covert Case to Decode or Decode to Case?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Dec 18, 2011, 11:47 PM
1.CASE and DECODE are the two widely used constructs in the SQL.
And both have the functionality of an IF-THEN-ELSE statement to return some
specified value meeting some criteria.
Please check below link which will explain the convert case Decode to Case and vice versa.
http://www.club-oracle.com/forums/case-and-decode-two-powerfull-constructs-of-sql-t181/
Hope this will help you.
Thanks.
Akash AhlawatPosted Dec 18, 2011, 11:56 PM