943,548 Members | Top Members by Rank

Ad:
  • Oracle Discussion Thread
  • Unsolved
  • Views: 1849
  • Oracle RSS
Nov 30th, 2008
0

Oracle Urgent - how to get only the upper case data

Expand Post »
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Anitha bala is offline Offline
2 posts
since Nov 2008
Dec 1st, 2008
0

Re: Oracle Urgent - how to get only the upper case data

Hi,

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Anitha bala is offline Offline
2 posts
since Nov 2008
Dec 1st, 2008
0

Re: Oracle Urgent - how to get only the upper case data

Just use upper as suggested in the previous post.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Oracle Forum Timeline: oracle how to identify the last entry of the each item
Next Thread in Oracle Forum Timeline: Oracle SQL Plus Joining





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC