Posts tagged sqlserver
Get the number of rows affected by the last T-SQL
- 09 October 2023
To get the number of rows affected by the last T-SQL statement in SQL server, you could youse the @@ROWCOUNT system function.
To get the number of rows affected by the last T-SQL statement in SQL server, you could youse the @@ROWCOUNT system function.