Alters the flow of execution to a label. The Transact-SQL statement or statements that follow GOTO
are skipped and processing continues at the label.
Syntax
are skipped and processing continues at the label.
Syntax
Define the label:
label:
Alter the execution:
GOTO label
0 Comments