|
|
|
|
|
by naudo
4864 days ago
|
|
After doing that on a local db a couple of times, I started just writing the where clause first. Goes like this WHERE id = 1
ctrl + a
DELETE FROM.... Found it's also helpful for writing SELECTS and avoiding the whole "oh crap, now let's load the entire DB" type of moments. |
|