Mega Code Archive

 
Categories / MSSQL Tutorial / Transact SQL
 

Using GOTO

GOTO is used to jump to a label in your Transact-SQL batch.  The syntax is: GOTO label label definition: code