QUOTENAME
TRANSLATE
ASCII
Performs character-by-character substitution.
TRANSLATE(str, from_chars, to_chars)
Enter values below to update the example in real time.
result
SELECT TRANSLATE('2+2=4', '+=', ' ') AS result;