DEALLOCATE
Description
DEALLOCATE deallocates prepared statements.
Precautions
- If you do not explicitly deallocate a prepared statement, it is deallocated when the session ends.
- The PREPARE keyword in the syntax is always ignored.
Syntax
1
|
DEALLOCATE [ PREPARE ] { name | ALL }; |
Parameters
- name
Specifies the name of the prepared statement to be deallocated.
- ALL
Deallocates all prepared statements.
Examples
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.