Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Aggregate Functions
8
BTEQ
76
Collect Statistics
5
CTE
2
Cursor
3
Data Type
3
Date Functions
27
DCL Queries
4
DDL Queries
46
DML Queries
6
Error And Resolution
2
Functions
3
Loaders
3
Macro
6
Math Functions
14
Misc
15
Query Tuning
3
Select Modifiers
56
Snippets
13
String Functions
9
Choose Category
Removing any character in a string or column in Teradata
Forget Code
Teradata
Removing any character in a string or column
You can remove/replace any character in a string or column by using oreplace.
Examples:
To remove the character 'a' in the string 'aahhaa'
SELECT oreplace ('aahhaa','a','');
Output:
hh
To replace the character 'a' with another character say '$'
SELECT oreplace('aahhaa','a','$')
Output:
$$hh$$
Tags for Removing any character in a string or column in Teradata
Remove character in column or string
replace a character
oreplace in teradata
matching two columns which have difference in some characters and performing join by OREPLACE
DP_String Functions
replace a character in a string in teradata
remove character from string teradata
replace character in string teradata
Teradata remove characters
teradata replace special characters
how to remove new line character in teradata
how to replace a character in teradata
Contribute to Forget Code, help others.
Add snippet