When I try to replace all records in a field, it indicates a syntax error which I do not understand, this is the query.
UPDATE tabla
SET campo=REPLACE(campo,'\.','');
And I get two alerts
1 - A new declaration was found but there is no delimiter between this and the previous one. (near the replace)
2 - unexpected token symbol near '.'