Neoview SQL Reference Manual (R2.4 SP2)

Examples of GRANT SCHEMA
This example grants SELECT and DELETE privileges on the sales schema to the two specified
users:
GRANT SELECT, DELETE ON SCHEMA sales
TO "role.role1", "role.role2" WITH GRANT OPTION;
142 SQL Statements