DEALLOCATE PREPARE - Amazon Athena

DEALLOCATE PREPARE

Removes the prepared statement with the specified name from the prepared statements in the current workgroup.

Synopsis

DEALLOCATE PREPARE statement_name

Examples

The following example removes the my_select1 prepared statement from the current workgroup.

DEALLOCATE PREPARE my_select1

See also

Querying with prepared statements

PREPARE