The following query returns the string 'TD14.0 is the current database version'. The occurrence in source_string of the character in from_string ('3') is replaced by the character in to_string ('4').
SELECT OTRANSLATE('TD13.0 is the current database version', '3', '4');