15.10 - LEAVE - Teradata Database

Teradata Database SQL Data Definition Language Syntax and Examples

Product
Teradata Database
Release Number
15.10
Published
December 2015
Language
English (United States)
Last Update
2018-06-05
dita:mapPath
SQL_DDL_15_10.ditamap
dita:ditavalPath
ft:empty

Keyword introducing the LEAVE statement to continue execution outside an iterated iteration by leaving a labeled statement.

For details, see SQL Stored Procedures and Embedded SQL, B035-1148.

label_name
The label_name references the iteration statement with which the label is associated, and on which LEAVE is to be performed.