Hello,

Does anyone know how to remove specific character based on the wildcard selection.

I have the first part done:

------------------------
SELECT name
FROM company
Where name like '%,%';
------------------------

Thanks for your help

Roman