8. SQL Statements
:
GRANT (role)
:
Syntax
Share this page
Syntax
The GRANT (role) statement has the following format:
[EXEC SQL] GRANT
role
{,
role
}
TO PUBLIC | [USER]
auth_id
{,
auth_id
};