REVOKE
Table of contents
is a management statement to revoke previously granted privileges on a specific object from one or many existing users.
ON {SCHEMA | TABLE}
is optional, if not specified the privilege will be revoked on the level.
For usage of the REVOKE
statement see .
The identifier of the corresponding object.
If is specified the identifier
should include the table’s full qualified name. Otherwise the table will be looked up in the current schema.
user_name