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 ];

For more information about this statement check the PostgreSQL EXIT statement

Last updated