Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1002 Bytes

File metadata and controls

29 lines (26 loc) · 1002 Bytes
description CONTINUE (Transact-SQL)
title CONTINUE (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/15/2017
ms.prod sql
ms.prod_service database-engine, sql-database
ms.reviewer
ms.technology t-sql
ms.topic reference
f1_keywords
CONTINUE_TSQL
CONTINUE
dev_langs
TSQL
helpviewer_keywords
restarting WHILE loop
CONTINUE keyword
WHILE keyword
ms.assetid 0f1def4e-b0ca-4175-ad58-7c8c9153dab7
author cawrites
ms.author chadam

CONTINUE (Transact-SQL)

[!INCLUDE SQL Server 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).