Comment on I accidentally removed the WHERE clause from my SQL query in a personal tool. Every row is now the same. I lost everything, have no backup, and I'm stupid.

<- View Parent
agilob@programming.dev ⁨8⁩ ⁨months⁩ ago

It’s supported in MySQL and MariaDB out of box:

dev.mysql.com/doc/…/mysql-command-options.html#op…

In Postgres there is an extension for it:

supabase.com/docs/guides/…/pg-safeupdate

source
Sort:hotnewtop