Previous Topic: Example 1Next Topic: Example 3


Example 2

Revoke UPDATE privileges on table TEMPL previously granted to all users.

Note: Grants to specific users are not affected.

 REVOKE UPDATE
     ON TABLE CA.TEMPL
     FROM PUBLIC