You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BohuTANG
changed the title
GRANT <privileges> on <object> TO ROLE <role-name> -- Grants one or more access privileges on a object to a role- grant select,insert on database db1 to role myrole
GRANT <privileges> on <object> TO ROLE <role-name>
Nov 16, 2021
Summary
Grants one or more access privileges on a object to a role.
grant select,insert on database db1 to role myrole
Objects like:
https://docs.snowflake.com/en/user-guide/security-access-control-overview.html#securable-objects
The text was updated successfully, but these errors were encountered: