EXECUTE Statement
Run a previously prepared statement. This command executes the statement using the specified name, optionally supplying input parameters.
Syntax
EXECUTE stmt_name
[USING expression[, expression] ...]Description
ERROR 1243 (HY000): Unknown prepared statement handler (stmt_name) given to EXECUTEExample
See Also
Last updated
Was this helpful?

