Is it possible to find out how many rows are updated when something like the following code is executed?
Code:
update pSum set hours = 8.0 where empno = 623 and detcode = 'Reg'
Comment