Name

PREPARE — prepare a statement for execution

Synopsis

PREPARE name FROM string

Description

PREPARE prepares a statement dynamically specified as a string for execution. This is different from the direct SQL statement PREPARE(7), which can also be used in embedded programs. The EXECUTE(7) command is used to execute either kind of prepared statement.