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 bteq utility in teradata?
What is the use of teradata system software?
In Teradata, how do we Generate Sequence?
How will you solve the problem that occurs during update?
Is it necessary to add? Quit statement after a bteq query when I am calling it in a unix environment?
What are the functions involved in shared information architecture?
What is meant by a node?
What are the various reporting tools in the market?
What is meant by a Parsing Engine?
Explain teradata architecture in detail with a diagram.
What are the updated features of teradata?
What are the uses of client software involved in teradata?
What do you mean by ttu in teradata?
What are the available primary index types?
What are the different methods ot loading a dimension table? A fact table etc?