I Have Name field in a Table
Name
-------------
abcde;fgh;ijk;
abc;def;jklm;no
I want to write a sql to display name field data with out
';'.so i want to replace ; with '' how will write in
Teradata
Answer Posted / tdguy
In TD 14.0, i hope OREPLACE function can be used.
SEL OREPLACE(Name,';',NULL) can be used to remove the ';'
character from the string.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the various indexes in teradata? Why are they preferred?
How do you verify a complicated sql?
What is teradata?
Can we collect statistics on multiple columns?
What are the frequently used data types in teradata?
If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.
How you will check the version of teradata?
What is the syntax for case when statement?
What are the different table types supported by teradata?
What are the updated features of teradata?
Explain amp in teradata?
what is sysdba and sysdbc ? which has high priority ?
Explain the advantages of partitioned primary index in a query?
What are tpump utility limitations?
What are the multiload utility limitations?