Hi frnds...can any one help me regarding this que..

We have column in a table name it as C1 WHICH CONTAIN
ALPHANUMERIC AND NUMERIC VALUES.

C1
2A
2B
2V
2H
1
2
3
4
5

i want to retrive numeric values like 1,2,3,4,5

How we can get

Plz let me know.Thanks in advance

Answer Posted / santosh

Hi Friends some addition to 'Chelvam' ans.

SELECT C1 FROM <TABLE_NAME> WHERE UPPER(C1) =
C1(CASESPECIFIC) AND LOWER(C1) = C1(CASESPECIFIC)

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you define Teradata?

605


What are the uses of bynets in multi-node systems?

584


Can you fastexport a field, which is primary key by putting equality on that key?

707


What are teradata utilities?

583


what is object level locking ? where do appear this type of locking ?

3109






What are the things to be considered while creating secondary index?

624


Explain the term 'columns' related to relational database management system?

546


What is partitioned primary index (ppi)?

563


What can be achieved by using the teradata rdbms?

620


What is the purpose of indexes?

584


Mention a few of the ETL tools that come under Teradata.

616


What is meant by a Highest Cost Plan?

619


What are the components used in smp and massively parallel processing (mpp) machines?

593


What are differences between teradata and ansi session modes in teradata?

617


What are the scenarios in which full table scans occurs?

533