In access I used to use IIF function in SQL queries
Select iif(X>=0,'Positive','Negative') from TableName;
Is there any equivalent for that in Oracle ?
In access I used to use IIF function in SQL queries
Select iif(X>=0,'Positive','Negative') from TableName;
Is there any equivalent for that in Oracle ?