Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
DEALLOCATE PREPARE
{DEALLOCATE | DROP} PREPARE stmt_name
stmt_name
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.
PREPARE
For examples, see Section 12.7, “SQL Syntax for Prepared Statements”.
Add your own comment.
User Comments
Add your own comment.