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
How do you verify a complicated sql?
What are the primary characteristics of the Teradata.
What are the design features involved in teradata?
Explain teradata utilities?
how do you manage the production space. what are the proactive methods you can take ?
Explain the term 'columns' related to relational database management system?
What is called partitioned primary index (ppi)?
what are the day to day activities of teradata DBA ?
What is meant by a Parsing Engine?
How you will check the version of teradata?
Steps to create a data model?
why use references rather than pointers in the public api, particularly for arguments which are modified?
Explain teradata architecture?
Why does varchar occupy 2 extra bytes?
What is the syntax for case when statement?