Removing

We wish to remove parts of a given string that match a given pattern. In SQL this is a special case of replacing in which we replace the string we wish to remove with an empty string ''. See Replacing for a coverage of replacing.

SQL
I/O