replace
This section contains reference documentation for the REPLACE function.
Signature
Usage Examples
SELECT REPLACE('Hello, World', 'Hello', 'Goodbye') AS value
FROM ignoreMevalue
SELECT REPLACE('Hello, World', 'Hellow', 'Goodbye') AS value
FROM ignoreMevalue
Last updated
Was this helpful?

