About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
alexislucena
4/12/2018 - 10:04 AM
share
Share
add_circle_outline
Save
MySQL disable safe update mode for a query
mysql-disable-safe-update-mode-for-query
content_copy
file_download
SET SQL_SAFE_UPDATES = 0; ... SET SQL_SAFE_UPDATES = 1;
clear