SQL/MX Statements
HP NonStop SQL/MX Reference Manual—523725-004
2-144
Examples of GRANT
•
In this example, the super ID grants SELECT and DELETE privileges on a table on
behalf of sql.user1:
GRANT SELECT, DELETE ON TABLE sales.odetail
TO "sql.user3" BY "sql.user1";