information_schema.COLUMN_PRIVILEGES

2025-12-09 07:09:36  Updated

Feature

This view displays the column privilege information.

Fields

Field Type Nullable Description
GRANTEE varchar(292) NO The username of the user to whom the access privilege was granted.
TABLE_CATALOG varchar(512) NO The name of the directory where the table that contains the column is located. The value of this field is always def.
TABLE_SCHEMA varchar(64) NO The database where the table that contains the column is located.
TABLE_NAME varchar(64) NO The name of the table that contains the column.
COLUMN_NAME varchar(64) NO The name of the column.
PRIVILEGE_TYPE varchar(64) NO The granted privilege. It can be any privilege that is granted at the column level.
IS_GRANTABLE varchar(3) NO
  • YES: The user has the GRANT option.
  • NO: The user does not have the GRANT option.
  • Contact Us