4D v14

REVOKE

Home

 
4D v14
REVOKE

REVOKE  


 

 

 REVOKE [READ | READ_WRITE | ALL] ON sql_name

The REVOKE command can be used to remove specific access rights associated with the schema set by the sql_name parameter.

In fact, when you execute this command, you assign the <Nobody> pseudo-group of users to the specified access right.

Example  

You want to delete all read-write access rights to the MySchema1 schema:

REVOKE READ_WRITE ON MySchema1

 
PROPERTIES 

Product: 4D
Theme: SQL Commands

 
SEE ALSO 

GRANT

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)