Subject | Calculate how many rows updated by an UPDATE TABLE SET A=B WHERE C=D? |
---|---|
Author | Warren Postma |
Post date | 2001-09-13T19:05:42Z |
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
UPDATE? Or can the UPDATE somehow return the count of rows modified?
Warren