Its a newbie question but still I am trying to grant create user
permission to sysadmin
role from the accountAdmin
role so that I can create users in the sysadmin role.
The statement I am trying to execute is:
grant create user to role sysadmin;
Error
SQL compilation error: syntax error line 1 at position 18 unexpected 'to'.
What's the exact statement to achieve this? I tried googling but haven't found any exact query statement in a long time, so posting it here.