EXECUTE

Description

EXECUTE is used to execute a previously prepared statement

Click here to navigate to the GreenPlum documentation page for this syntax.

Grammar Syntax

EXECUTE name [ ( parameter [, ...] ) ]

For more information about this statement check the PostgreSQL EXECUTE statement

Last updated