Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » REVOKE ROLES |
REVOKE <RoleName> [,<RoleName>] FROM <Authorization> [,<Authorization>] <Authorization> = <UserName>
-- The following statement revokes the Administrators -- role from the user "Joe Smith". REVOKE "Administrators" FROM "Joe Smith"
Deviation | Details |
ADMIN OPTION FOR | ElevateDB does not support the ADMIN OPTION FOR clause. Only administrators can revoke privileges and roles in ElevateDB. |
GRANTED BY | ElevateDB does not support the GRANTED BY clause. The grantor in ElevateDB is always the administrator executing the GRANT statement. |
RESTRICT or CASCADE | ElevateDB does not support the RESTRICT or CASCADE clauses. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |