CAN I
Syntax
Description
Arguments
target_name
Name of the object to use for testing authorization for the privilege target. This is only used for testing authorization of a privilege type, e.g. USE
.
Examples
Check whether the user can create a Database
Check whether the user can create a Query
Check whether the user with the current Role can create objects in another Role
Check whether user has USAGE privilege on a Database
Check whether user can user another Role
Check whether user can drop a Database
Check whether user can select from an existing Relation
Check whether user can insert records into an existing Relation
Check whether user can manage grants
Last updated