Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns the number of rows affected by the last statement executed. This function operates like @@ROWCOUNT, except the return type of ROWCOUNT_BIG is bigint.
Transact-SQL Syntax Conventions
Syntax
ROWCOUNT_BIG ( )
Return Types
bigint
Remarks
Following a SELECT statement, this function returns the number of rows returned by the SELECT statement.
Following an INSERT, UPDATE, or DELETE statement, this function returns the number of rows affected by the data modification statement.
Following statements that do not return rows, such as an IF statement, this function returns 0.
See Also
Reference
COUNT_BIG (Transact-SQL)
Data Types (Transact-SQL)