Hi,
I have a column Gender, which contains values either M or F. While running a query, I want to display 'Male' for M and 'Female' for F.
Generally in programming languages we have Switch statement. Is there any similar functionality available in Oracle?
Regards, BI DWH BALA