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

schema_privileges

Overview

View the authorization information of the database.

Database

information_schema

Table Information

Column NameTypeDescription
GRANTEEvarchar(81)The authorized user
TABLE_CATALOGvarchar(512)The Catalog name, always 'def'
TABLE_SCHEMAvarchar(64)The Database name
PRIVILEGE_TYPEvarchar(64)The type of privilege
IS_GRANTABLEvarchar(3)Whether authorization can be granted to other users