UPDATE products SET description = REPLACE(description, CHAR(13) + CHAR(10), '
'); UPDATE products SET description = REPLACE(description, CHAR(13), '
'); UPDATE products SET description = REPLACE(description, CHAR(10), '
');