Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 875 Bytes

File metadata and controls

25 lines (22 loc) · 875 Bytes
title CONTINUE (Transact-SQL)
description CONTINUE (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.date 03/15/2017
ms.service sql
ms.subservice t-sql
ms.topic reference
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).