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 happens when a node suffers a downfall?
Difference between stored procedure and macro?
What is meant by a dispatcher?
Differentiate database data and data warehouse data?
what are the day to day activities of teradata DBA ?
How do you set the session mode parameters in bteq?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?
What is collect statistics?
What are the string manipulation operators and functions associated with teradata?
What are the various indexes in teradata?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
What is smp and mpp platforms?
What are teradata utilities?
What is the function of parser component in teradata?