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 / nitin bansal
You can use TRANSLATE function.
select translate(Name,'',';') as Name
from tablename;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between teradata and basic rdbms?
How many tables can you join in v2r5?
When tpump is used instead of multiload?
Explain the new features of teradata?
Explain the term 'tables' related to relational database management system?
What do you mean by teradata intellicloud?
In Teradata, what is the significance of UPSERT command?
What are the components used in smp and massively parallel processing (mpp) machines?
What is oltp?
Syntax for case when statement?
What is meant by a Parsing Engine?
How would you load a very large file in teradata in general? What utility would you use for it? Why?
What are the steps involved in the process flow of the sql statement through channel attached system?
What is a sparse index?
What is the difference between global temporary tables and volatile temporary tables?