Prepared Statements
You first prepare the statement with PREPARE, execute with EXECUTE, and release it with DEALLOCATE.
DEALLOCATE / DROP PREPAREEXECUTE IMMEDIATEEXECUTE StatementOut Parameters in PREPAREPREPARE Statement
Last updated
Was this helpful?