DEALLOCATE
Function
Removes the prepared statements that were created earlier. If a prepared statement is not explicitly deleted, it is deleted at the end of the session.
For details about prepared statements, see PREPARE.
Precautions
None
Syntax
1
|
DEALLOCATE [ PREPARE ] { name | ALL }; |
Parameter Description
- PREPARE
This keyword is optional and is often ignored.
- name
Specifies the name of the prepared statement to deallocate.
- 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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot