free
Syntax
free [[connect_name.]connect_id.] command_id]
Description
Frees prepared command command_id
on connection
connect_id
.
If no command is specified, frees the most recent command.
Use prepare
to create the prepared command.
For examples, see Prepare a SQL Statement for Subsequent Runs.