|
|
|
|
|
by piaste
2452 days ago
|
|
This is the one I use too. Tiny difference - I write select * -- delete
from sales
where customer = 1
so it's even harder to accidentally highlight the 'delete' part.Although I've switched to DBeaver for a year now, and it automatically pops up a warning when it detects a DELETE query without a WHERE, which is very nice. |
|