Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Database configuration » User IDs, authorities, and permissions » Permissions

 

User permission revocation

A user's permissions are a combination of those that have been granted and those that have been revoked. By revoking and granting permissions, you can manage the pattern of user permissions on a database. You must be a user with DBA authority or the owner of the database object to grant or revoke permissions on a database object.

The REVOKE statement revokes permissions that have been explicitly granted to the user (that is, not inherited from the groups to which they belong).

 Revoking group permissions
 Revoking WITH GRANT OPTION
 Example
 See also