Subject Calculate how many rows updated by an UPDATE TABLE SET A=B WHERE C=D?
Author Warren Postma
Do I have to do a separate SELECT FROM TABLE WHERE C=D and then do the
UPDATE? Or can the UPDATE somehow return the count of rows modified?

Warren