> Hi Ari,
> 
> is it possible two check for two condition with decode
> 
> regards
> Sundeep
> 

Yes....

say you want to return "MALE" if the field is "M" ; "FEMALE" if the field
is "F" ; "UNKNOWN" if the field is neither M nor F. You can do:

SELECT decode(sex,"M","MALE","F","FEMALE","UNKNOWN")
FROM customers;

Best regards,

-Ari Kaplan
Independent Oracle DBA Consultant

<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 305+ Oracle tips, visit my Web Page:                      <->
<->                                                               <->
<->             www.arikaplan.com                                 <->
<->                                                               <->
<->             email: akaplan@interaccess.com                    <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->

Back to Ari Kaplan's Home Page Kaplan's Home Page