Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.04 KB

File metadata and controls

32 lines (29 loc) · 1.04 KB
title CONTINUE (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/15/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-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
caps.latest.revision 25
author BYHAM
ms.author rickbyh
manager jhubbard

CONTINUE (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx_md]

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