Hello all. New to Oracle. Other than that, I hope that fact is not too painfully obvious.
In MS Access, there is a "switch" function where you can say,
switch(bal > 50000,"Big Account",bal <=50000,"Small Acct".
Using this, the return value will reduce the return values of the variable bal to two possible values, "Big Account" or "Small Account". I guess it is a SQL equivalent of a Select Case statement maybe.
My question is, is there an equivalent way to do this in Oracle. We are using Toad (a GUI interface to Oracle), if that makes a difference (don't think it would).
Thanking you in advance.
-Mike
In MS Access, there is a "switch" function where you can say,
switch(bal > 50000,"Big Account",bal <=50000,"Small Acct".
Using this, the return value will reduce the return values of the variable bal to two possible values, "Big Account" or "Small Account". I guess it is a SQL equivalent of a Select Case statement maybe.
My question is, is there an equivalent way to do this in Oracle. We are using Toad (a GUI interface to Oracle), if that makes a difference (don't think it would).
Thanking you in advance.
-Mike