gopi
07-16-2002, 09:36 AM
(9i, Rel 2, Java Application)
Is there an Oracle construct that captures the count from a previous UPDATE or DELETE statement? (I know that Sybase and SQL Server have such a construct).
One way to do this in an application is to run the same WHERE clause in a SELECT count(*) query. I'd rather not do this.
Is there an Oracle construct that captures the count from a previous UPDATE or DELETE statement? (I know that Sybase and SQL Server have such a construct).
One way to do this in an application is to run the same WHERE clause in a SELECT count(*) query. I'd rather not do this.