UPDATE table SET col_name = REPLACE (REPLACE(REPLACE(col_name, \' \', \'\'), \'\\t\', \'\'), \'\\n\', \'\') WHERE table.col_name2 = \'value\';
where is p