| | |
Oracle Urgent - how to get only the upper case data
Please support our Oracle advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Nov 2008
Posts: 2
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Nov 2008
Posts: 2
Reputation:
Solved Threads: 0
Hi,
The following query gives all the data in upper case
select Currency_desc from tablename where upper(Currency_desc)=Currency_desc
thanks
The following query gives all the data in upper case
select Currency_desc from tablename where upper(Currency_desc)=Currency_desc
thanks
•
•
•
•
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
![]() |
Other Threads in the Oracle Forum
- Previous Thread: oracle how to identify the last entry of the each item
- Next Thread: Oracle SQL Plus Joining
| Thread Tools | Search this Thread |
2009predictions acquisition amazon.com bartz bernanke cia citrix cloudcomputing crm database dell economy editor enterprise enterprise2.0 enterprisesoftware federalreserve forbes hp ibm intellipedia internet larryellison layoffs linux loughridge mediawiki michaeljackson microsoft neverland nortel notebooks oil operatingsystem oracle palm rimm saas salesforce sap seagate socialcomputing sql sun sybase technologystocks virtualiron virtualization vmware wiki wikipedia xen yahoo zoho






