UPDATE vn.client SET email = REPLACE(REPLACE(email, ' ', ''), ';', ',') WHERE email REGEXP '[ |;]';