Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: # of rows affected by a SQL statement
Hi!
> With feedback set to ON, SqlPlus will return the # of rows affected:
> update,delete,insert,select all tell you how many rows are involved...
In PL/SQL you can simply check the value of SQL%ROWCOUNT. In Delphi fE TQuery component has a property called RowsAffected.
With best wishes,
Dmitry Sirotkin.
Received on Thu Feb 24 2000 - 06:55:56 CST
![]() |
![]() |