REVOKE Object-Level Privilege Statement

Removes object-level privileges that were given using the GRANT statement.

Quick Links:

Go to Parameters

Go to Examples

Go to Standards

Go to Permissions

Syntax

REVOKE { object-level-privilege [,...]
    [ owner.]table-name 
   FROM userID [,...]

object-level-privilege
   ALLPRIVILEGES ] 
   | ALTER 
   | DELETE 
   | INSERT
   | LOAD
   | REFERENCE [ ( column-name [, …] ) ] 
   | SELECT [ ( column-name [, …] ) ] 
   | TRUNCATE
   | UPDATE [ ( column-name, …) ] }

Parameters

(back to top)

Examples

(back to top)

Standards

(back to top)

  • SQL–Syntax is an entry-level feature.
  • SAP Sybase Database product–Syntax is supported in Adaptive Server.

Permissions

(back to top)

Requires one of:
Related reference
GRANT Object-Level Privilege Statement