EXECUTE
EXECUTEstatement_name[USING@variable[, ...] ...]
This statement executes a user-defined prepared statement. If
the prepared statement contains placeholders so that you can pass
parameters to it, these parameters must be given in the form of
user-defined variables. Multiple variables may be given in a
comma-separated list. You can use the SET statement
to set the value of a variable. See the PREPARE
statement later in this chapter for an example of the
EXECUTE statement’s use.