Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 979 Bytes

File metadata and controls

28 lines (25 loc) · 979 Bytes
title CONTINUE (Transact-SQL)
description CONTINUE (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.reviewer
ms.date 03/15/2017
ms.prod sql
ms.prod_service database-engine, sql-database
ms.technology t-sql
ms.topic reference
ms.custom
f1_keywords
CONTINUE_TSQL
CONTINUE
helpviewer_keywords
restarting WHILE loop
CONTINUE keyword
WHILE keyword
dev_langs
TSQL

CONTINUE (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

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).