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