|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 160 characters in body | ||
|
To answer my own question: When writing an update statement, write it out of order.
Choosing the rows you want to update before you say what values you want to change is much safer than doing it in the other order. It makes it impossible for Edit: As others have said, write the |
||||
|
1 |
|
||
|
To answer my own question: When writing an update statement, write it out of order.
Choosing the rows you want to update before you say what values you want to change is much safer than doing it in the other order. It makes it impossible for |
||||
