The following query returns the string 'We removed the extra word'. The occurrence of the search string 'superfluous' was removed from the source string.
SELECT OREPLACE('We removed the superfluous extra word', 'superfluous', NULL);
The following query returns the string 'We removed the extra word'. The occurrence of the search string 'superfluous' was removed from the source string.
SELECT OREPLACE('We removed the superfluous extra word', 'superfluous', NULL);