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 / chelvam
select C1,
CASE WHEN ( C1( UPPERCASE) = C1(CS) ) THEN
'NUMERIC'
ELSE
'ALPHANUMERIC'
END as C11
from TableName;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is real time and near real time data warehousing?
Why managing the data is important?
Describe primary index in teradata. And what are the available primary index types?
What are the different design perspectives used in teradata?
what is sysdba and sysdbc ? which has high priority ?
Explain some differences between mpp and smp?
How you will check the version of teradata?
Explain the term 'tables' related to relational database management system?
What is the difference between global temporary tables and volatile temporary tables?
What is a node in teradata? Explain
Comment whether bottleneck is an error or not.
What is teradata and why it is used?
Explain the advantages of partitioned primary index in a query?
What is logical data model?
What are the 5 phases in a multiload utility?