I have a PL/SQL function (running on Oracle 10g) in which I update some rows. Is there a way to find out how many rows were affected by the UPDATE? When executing the query
Use the Count(*) analytic function OVER PARTITION BY NULL This will count the total # of rows