Tutti quelli che hanno come major (specializzazione) Biology voglio cambiare il nome in Bio.
Questa è la query che ho messo
UPDATE student
SET major = 'Bio'
WHERE major = 'Biology';
e l'errore che mi da è questo:
15:30:18 UPDATE student SET major = 'Bio' WHERE major = 'Biology' 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
Che cosa devo fare? Grazie.