Example: Removing Characters without Replacing Them - Advanced SQL Engine - Teradata Database

SQL Functions, Expressions, and Predicates

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-30
dita:mapPath
tpt1555966086716.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1145
lifecycle
previous
Product Category
Teradata Vantageā„¢

The following query removes the from_string from source_string because to_string is empty.

SELECT OTRANSLATE('diet', 't', '');

 *** Query completed. One row found. One column returned.
 *** Total elapsed time was 1 second.

OTRANSLATE('diet','t','')
---------------------------------------------------------------------------
die