The REPLACE function
Use the REPLACE function to replace a certain set of characters in a character string with other characters.
In
the following query, the REPLACE function replaces
the unit column value
each
with item
for
every row that the query returns. The first argument of the REPLACE function
is the expression to be evaluated. The second argument specifies the
characters that you want to replace. The third argument specifies
a new character string to replace the characters removed.