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


Please Help Members By Posting Answers For Below Questions

What are the design features involved in teradata?

549


What is smp and mpp platforms?

531


How to identify ppi columns?

660


What is meant by a Parsing Engine?

710


What is the difference between teradata and oracle?

560






Explain and compare pros and cons of snow flake schemas?

613


what are the uses of fact table and dimension table in banking project?

4108


What do you mean by teradata intellicloud?

603


What happens when a node suffers a downfall?

671


What are some primary characteristics of teradata?

553


What is meant by a Least Cost Plan?

627


What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?

552


What do you mean by fastexport in teradata?

562


What are the components used in smp and massively parallel processing (mpp) machines?

603


What is bteq script in teradata?

637