Skip to main content
VeloDB Cloud 26.x·Apache Doris 4.x (≤ 4.0 supported)·"Since X.Y" tags refer to Doris versionsversion mapping →

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