Skip to main content
Skip to main content

table_privileges

Overview

View the authorization information of the table.

Database

information_schema

Table Information

Column NameTypeDescription
GRANTEEvarchar(81)The authorized user
TABLE_CATALOGvarchar(512)The name of the Catalog
TABLE_SCHEMAvarchar(64)The name of the Database
TABLE_NAMEvarchar(64)The name of the Table
PRIVILEGE_TYPEvarchar(64)The type of privilege
IS_GRANTABLEvarchar(3)Whether the privilege can be granted to others