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 n...
asked by
14.02.2018 / 14:04