hi,
I need to know how to get only the upper case currency from a table using oracle.
e.g:- data for currency will be as follows
USD
AUD
EUR
SGD
AUd
uSD
EuR
I need to get only the upper case currency among all the other currency such as
USD
AUD
EUR
SGD
what is the logic need to be used for it?
Thanks in advance