Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Elements and Statements in Backus Naur Form : Data types syntax in BNF : Statements, DDL and DML syntax in BNF : GRANT PRIVILEGE
 
GRANT PRIVILEGE
grant privilege statement::=
GRANT {privilege[, privilege], ...| ALL [ PRIVILEGES]}
ON table_name TO {user_name[, user_name] , ...| PUBLIC }
[WITH GRANT OPTION] ;
* PRIVILEGE Syntax