Mega Code Archive

 
Categories / MSSQL Tutorial / Transact SQL
 

How to perform repetitive processing

The syntax of the WHILE statement WHILE expression     {statement|BEGIN...END}     [BREAK]     [CONTINUE]