CONTINUE (Transact-SQL)

Restarts a WHILE loop. Any statements after the CONTINUE keyword are ignored. CONTINUE is frequently, but not always, opened by an IF test. For more information, see WHILE (Transact-SQL) and Control-of-Flow Language (Transact-SQL).