arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

remove

This section contains reference documentation for the remove function.

Removes all instances of search from string

hashtag
Signature

remove(input, search)

hashtag
Usage Examples

value
select remove('foo bar foo sheep', 'foo') AS value
from ignoreMe

bar sheep