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

