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 / parthi
SELECT * FROM C1
WHERE TD_SYSFNLIB.TO_NUMBER(C1) IS NOT NULL;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the main components of teradata system?
How you will check the version of teradata?
What is a sparse index?
Comment whether bottleneck is an error or not.
Difference between star and snowflake schemas?
What is the meaning of Caching in Teradata?
What is inner join and outer join?
What is partitioned primary index (ppi)?
What is teradata? What are some primary characteristics of teradata?
What is real time and near real time data warehousing?
What is upsert statement in teradata?
What is smp and mpp platforms?
If Fast Load Script fails and only the error tables are made available to you, then how will you restart?
Explain the new features of teradata?
What are the joins in teradata?