DESCRIBE INPUT¶
Synopsis¶
Description¶
Lists the input parameters of a prepared statement along with the position and type of each parameter. Parameter types that cannot be determined will appear as unknown
.
Examples¶
Prepare and describe a query with three parameters:
Prepare and describe a query with no parameters: