Was this helpful?
Removes all instances of search from string
remove(input, search)
select remove('foo bar foo sheep', 'foo') AS value from ignoreMe
bar sheep
This section contains reference documentation for the remove function.