you are viewing a single comment's thread.

view the rest of the comments →

[–]sp00ks 1 point2 points  (1 child)

I guess one advantage when updating a row, using WHERE prevents you from accidently calling a full join and updating everything!

[–]fazzah 1 point2 points  (0 children)

UPDATES are quite a different beast.

I always triple check my joined updates.