|
|
|
|
|
by fr1tkot
2452 days ago
|
|
I've forced the habit upon myself to first compose a SELECT statement and verify that it will give me exactly the dataset that I want to run my operation on. Then I wrap that statement into a CTE and run the DELETE / UPDATE on the CTE. It doesn't save me time, but a lot of nerves. |
|