MySQL Safe Update Mode Explained | Expert PHP Developer
MySQL will refuse to run the UPDATE or DELETE query if executed without the WHERE clause or LIMIT clause. MySQL will also refuse the query which have WHERE clause but there is no condition with the KEY column.
www.xpertdeveloper.com |