Presto 0.141t Documentation

12.30. DEALLOCATE PREPARE

12.30. DEALLOCATE PREPARE

Synopsis

DEALLOCATE PREPARE statement_name

Description

Removes a statement with the name statement_name from the list of prepared statements for a session.

Examples

Deallocate a statement with the name my_query:

DEALLOCATE PREPARE my_query;