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 meant by a Highest Cost Plan?
If a Node is busy what are the steps you can take to avoid ?
What do you mean by tpt in teradata?
What are the functions involved in shared information architecture?
List the logical and conditional operators that are used with teradata along with their meanings?
How can you track login parameters of users in teradata?
What do you mean by teradata intelliflex?
What is node? How many nodes and amps used in your previous project?
What are the functions performed by bynet?
How is MLOAD Teradata Server restarted after execution?
What do you mean by fastexport in teradata?
What type of indexing mechanism do we need to use for a typical data warehouse?
What are the available join types in teradata?
Is it necessary to add? Quit statement after a bteq query when I am calling it in a unix environment?
Highlight the advantages of PPI(Partition Primary Index).