OpenSQL Reference Guide
>
OpenSQL Reference Guide
>
Extended Statements
>
REVOKE
>
REVOKE Example
Was this helpful?
REVOKE Example
Prevent any user from granting any form of access to the payroll table. Delete all dependent grants.
revoke grant option for all on payroll
from public cascade;
Last modified date: 08/29/2024
This site works best with JavaScript enabled