Frnds....
i have one doubt
we have the num like this +913757575......i want to remove
91 and i want lo load remaining data to the target table..
whinch function we can use in teradata?????
Plz let me know..
thanks in advance
Answers were Sorted based on User's Feedback
Answer / tdguy
Substr function would be suitable for this requirement.
Even if the column type is integer, substr can be used.
Implicit casting takes place. But trim function should be
used to avoid leading spaces.
example: column name - phoneno - type integer
value: - 913757575
SEL SUBSTR(TRIM(PHONENO),3,7) FROM TABLE;
Above sql will give you the correct output.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / hanumanth
Hi we can use substr function in teradata
like
sel c1,substr(c1,4,13)from table.
like this we can load
| Is This Answer Correct ? | 3 Yes | 0 No |
which option is used to restart the fastexport script ?
Explain fastload in teradata?
What is TPD?
Where we use PPI in real time??? What is the disadvantages of PPI?
What are the components used in smp and massively parallel processing (mpp) machines?
How do you create tables? Exact syntax, and create profiles, users in teradata?
List the logical and conditional operators that are used with teradata along with their meanings?
Discuss the advantages of using partitioned primary index in a query?
How to relege locks in fastload and multiload? example?
What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How we improve the query performance .
Why are oltp database designs not generally a good idea for a data warehouse?
Explain how spool space is used.