DEALLOCATE PREPARE¶ Synopsis¶ DEALLOCATE PREPARE statement_name Description¶ Removes a statement with the name statement_name from the list of prepared statements in a session. Examples¶ Deallocate a statement with the name my_query: DEALLOCATE PREPARE my_query; See also¶ PREPARE EXECUTE EXECUTE IMMEDIATE Was this page helpful? Thanks for your feedback! Thanks for your feedback!