Was this helpful?
Prepare Statement
This statement has the following syntax in OpenAPI:
prepare statement_name [into sqlda] from statement
The into sqlda clause requests that the server return a description of the columns returned for a select statement. For non-select statements, a descriptor with 0 columns is returned.
Last modified date: 11/28/2023