There was an error while loading. Please reload this page.
CONTINUE
CONTINUE starts the next iteration of the current loop (WHILE, etc.).
Syntax:
CONTINUE [label];
Example:
WHILE @i < 10 BEGIN SET @i = @i + 1; IF @i = 5 CONTINUE; PRINT @i; END
See also: BREAK, WHILE, LEAVE, ITERATE
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL