Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to decode for multipe columns with multiple values

942728Nov 29 2012 — edited Nov 30 2012
Hi,

I need to write decode for multipe columns for example

decode (col1 in (5,6,7,8) and col >=78, 'A','B')

I really appreciate any help....

Thanks-
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2012
Added on Nov 29 2012
12 comments
6,582 views