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;
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.