![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » REVOKE PRIVILEGES |
REVOKE <PrivilegeName> [,<PrivilegeName>] ON <ObjectName> FROM <Authorization> [,<Authorization>] <PrivilegeName> = ALL PRIVILEGES| SELECT| INSERT| UPDATE| DELETE| CREATE| ALTER| DROP| MAINTAIN| BACKUP| RESTORE| EXECUTE <ObjectName> = DATABASE <DatabaseName>| STORE <StoreName>| TABLE <TableName>| VIEW <ViewName>| PROCEDURE <ProcedureName>| FUNCTION <FunctionName> <Authorization> = <UserName>|<RoleName>
-- The following statement revokes SELECT privileges -- on the EmployeesList view from the system-defined -- Public role which, by default, includes all users. REVOKE SELECT ON VIEW "EmployeesList" FROM "Public"
Deviation | Details |
HIERARCHY OPTION FOR | ElevateDB does not support the HIERARCHY OPTION FOR clause. |
GRANT OPTION FOR | ElevateDB does not support the GRANT 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. |
Privileges | ElevateDB does not support the REFERENCES, USAGE, TRIGGER, and UNDER privileges, and adds the CREATE, ALTER, DROP, MAINTAIN, BACKUP, and RESTORE privileges as extensions. |
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |