CONTINUE (Transact-SQL)
Applies to: SQL Server (all supported versions)
Azure SQL Database
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).