3. Statements
:
OpenROAD SQL Statements
:
Alter Role Statement
Share this page
Alter Role Statement
The alter role statement changes the attributes associated with a role identifier.
This statement has the following syntax:
alter role
role_id
{
,
role_id
}
[
with
with_option
{
,
with_option
}]
;