8. SQL Statements
:
REPEAT - ENDREPEAT
:
Syntax
Share this page
Syntax
The REPEAT-ENDREPEAT statement has the following format:
[
label
:] REPEAT
statement
; {
statement
;}
UNTIL
Boolean_expr
ENDREPEAT;