Information Schema PARAMETERS Table
The Information Schema PARAMETERS table stores information about parameters for stored procedures and functions, including data types and modes.
Last updated
Was this helpful?
The Information Schema PARAMETERS table stores information about parameters for stored procedures and functions, including data types and modes.
Last updated
Was this helpful?
Was this helpful?
SELECT * FROM information_schema.PARAMETERS
LIMIT 1 \G
********************** 1. row **********************
SPECIFIC_CATALOG: def
SPECIFIC_SCHEMA: accounts
SPECIFIC_NAME: user_counts
ORDINAL_POSITION: 1
PARAMETER_MODE: IN
PARAMETER_NAME: user_order
DATA_TYPE: varchar
CHARACTER_MAXIMUM_LENGTH: 255
CHARACTER_OCTET_LENGTH: 765
NUMERIC_PRECISION: NULL
NUMERIC_SCALE: NULL
DATETIME_PRECISION: NULL
CHARACTER_SET_NAME: utf8
COLLATION_NAME: utf8_general_ci
DTD_IDENTIFIER: varchar(255)
ROUTINE_TYPE: PROCEDURE
PARAMETER_DEFAULT: NULL