REPLACE
Description
Replaces all occurrences of a specified string value with another string value. (REPLACE in Transact-SQL).
Sample Source Pattern
Syntax
REPLACE ( string_expression , string_pattern , string_replacement ) Snowflake SQL complete documentation
REPLACE( <subject> , <pattern> [ , <replacement> ] )String.replace( pattern, new_expression)Examples
Code:
Output:
Code:
Output:
Code:
Output:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
