EXIT
Description
EXIT
is used to terminated a loop
There's not Greenplum documentation about this statement. Click here to navigate to the PostgreSQL documentation page for this syntax.
Grammar Syntax
EXIT [ label ] [ WHEN boolean-expression ];
Last updated
Was this helpful?