replace
This section contains reference documentation for the REPLACE function.
replace all instances of find
with replace
in input
Signature
REPLACE(col, find, replace)
Usage Examples
value |
---|
Goodbye, World |
value |
---|
Hello, World |
Last updated