Updated on 2024-05-29 GMT+08:00

DEALLOCATE PREPARE

Syntax

DEALLOCATE PREPARE statement_name

Description

This statement is used to remove the statement named statement_name from the preprocessing statement list in the session.

Example

To delete the preprocessing statement name my_query:

DEALLOCATE PREPARE my_select1;