Error en consulta usando replace
Hola a todo,
Estoy realizando una actualización para eliminar caracteres en mi tabla de esta manera:
UPDATE contact_message__field_message SET field_message_value = REPLACE (field_message_value, '\r', ' ');
Pero tengo el siguiente error:
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.
Subject
Views
Written By
Posted
Error en consulta usando replace
903
February 22, 2019 09:34AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.