BREAK (T-SQL)

Exits the innermost WHILE loop. Any statements following the END keyword are ignored. BREAK is often, but not always, activated by an IF test.

See Also
Control-of-Flow Language WHILE

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.