EXECUTE#
Synopsis#
Description#
Executes a prepared statement with the name statement_name
. Parameter values
are defined in the USING
clause.
Examples#
Prepare and execute a query with no parameters:
Prepare and execute a query with two parameters:
This is equivalent to: