skip to main content

Embedded SQL Statements : REVOKE

REVOKE
The REVOKE statement allows to remove users and permissions.
General format
EXEC SQL [AT Database]
  REVOKE Options
Syntax rules
1.
General Rules
1.
Database identifies the active connection that will execute the query and must be previously defined using a Format 4 DECLARE statement.
Examples
Revoke Update and Delete access privilege to a table from some users
exec sql
     revoke updatedelete on invoices
       from usr1, erollands

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left