remove
This section contains reference documentation for the remove function.
Last updated
Was this helpful?
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 ignoreMebar sheep
Last updated
Was this helpful?
Was this helpful?

