SQL Replace multiple different characters in string August 3, 2023 by Tarik You just need to daisy-chain them: REPLACE(REPLACE(T2.[ShipToCode], '&', 'and'), ',', '')