SHOW SYSTEM GRANTS lists the to .
Syntax
Use the following syntax to show the granted to users:Parameters
| Parameter | Description |
|---|---|
users | The , or comma-separated list of users, whose system privileges you want to show. |
Response
Privilege grants
TheSHOW SYSTEM GRANTS statement returns the following fields:
| Field | Description |
|---|---|
grantee | The name of the user. |
privilege_type | The name of the granted to the user. |
is_grantable | t (true) if the user has the grant option on the object; f (false) if not. |
Required privileges
- No are required to use
SHOW SYSTEM GRANTS.

