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 the difference between fastload and multiload?
How do you create tables? Exact syntax, and create profiles, users in teradata?
If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?
Highlight the need for Performance Tuning.
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
Explain parsing engine in teradata?
What are the functions involved in shared information architecture?
Explain the new features of teradata?
In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?
Explain the parallel data extension in teradata?
What is spool space?
Describe the set operators in teradata.
Discuss the advantages of using partitioned primary index in a query?
Different phases of multiload?
Explain teradata utilities?