The FROM
Clause
The FROM
clause specifies a list of users, roles and other database objects that will have the enumerated privileges revoked.The optional USER
keyword in the FROM
clause allow you to specify exactly which type is to have the privilege revoked.If a USER
(or ROLE
) keyword is not specified, the server first checks for a role with this name and, if there is no such role, the privileges are revoked from the user with that name without further checking.
Tip
|
|
Important
|
Revoking Privileges from user
PUBLIC Privileges that were granted to the special user named |