Question : result set count affected

after a query is run, what command can you use to output how many rows are indeed affected?

thanks

Answer : result set count affected

>>is the above for update/insert/deletes?

I believe SQL%ROWCOUNT covers all DML.  You'll need to confirm this in the docs or individual testing.

>>perhaps use some DBMS_ command?

I can't think of any.  That doesn't mean it's not possible.  Leave this open for a while and maybe another Expert knows a way.
Random Solutions  
 
programming4us programming4us