DEALLOCATE PREPARE
Syntax
To deallocate a prepared statement produced with PREPARE
, use a DEALLOCATE PREPARE
statement that refers to the prepared statement name. Attempting to execute a prepared statement after deallocating it results in an error.
For examples, see , "SQL Syntax for Prepared Statements".