Boa tarde, estou com o seguindo erro quando tento executar um update...
12:25:09 update compras set observacoes = 'Preparando pro natal' where data = '2010-12-20' 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 Editor and reconnect. 0.000 sec
Codigo do update. update compras set campoDesejado = 'texto' where id = 2837;
Estou usando o Workbench