EXIT

Description

EXIT is used to terminated a loop

There's not Greenplum documentation about this statement. Click herearrow-up-right to navigate to the PostgreSQL documentation page for this syntax.

Grammar Syntax

EXIT [ label ] [ WHEN boolean-expression ];
circle-info

For more information about this statement check the PostgreSQL EXIT statement

Last updated

Was this helpful?