About set rowcount and @ rowcount

Source: Internet
Author: User
Tags rowcount

Code

Set rowcount 5
USE pubs
GO
Go
SELECT * FROM jobs
GO
If @ rowcount = 5
Print 'influencing row: '+ rtrim (@ rowcount)

About set rowcount

Setting the set rowcount option will stop most Transact-SQL statements after they are affected by a specified number of rows. This includes data modification statements such as triggers, INSERT, UPDATE, and DELETE. The ROWCOUNT option is invalid for dynamic cursors, But it limits the row set and does not perceive cursors of the key set. Exercise caution when using this option, which is mainly used with the SELECT statement.

@ Rowcount

Returns the number of rows affected by the previous statement.
Syntax: @ ROWCOUNT
Return type: integer
Note: any statement that does not return rows sets this variable to 0.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.