How to Use return, break, and continue in SQL Server

Source: Internet
Author: User

1. Return: Exit unconditionally from the query or process. It can be used to exit from the process, batch processing, or statement block at any time. The statement after return is not executed. If it is used for stored procedures, return cannot return NULL values. If yes, a warning message is generated and a value of 0 is returned.
2. Break: exit while or if... The innermost loop in the else statement. Execute any statement that appears after the end keyword. The end keyword is the end mark of the loop. If testing usually starts break, but not always.

3. Continue: Start the while loop again. Any statement after the continue keyword is ignored.
In short: reak or continue. The break statement exits the innermost while loop, and the continue statement restarts the while loop. For example, if no other row can be processed,ProgramThe break statement may be executed. For exampleCodeTo execute the continue statement.

 

Related Article

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.