Skip to content

Instantly share code, notes, and snippets.

@a30001539
Created July 23, 2019 01:37
Show Gist options
  • Save a30001539/d6bec5dbe53c5a4e1db119428703ec97 to your computer and use it in GitHub Desktop.
Save a30001539/d6bec5dbe53c5a4e1db119428703ec97 to your computer and use it in GitHub Desktop.
add user and grant rw access to table
create user [[email protected]] from external provider;
grant select on schema :: mktcampaign to [[email protected]] - READ
grant alter on schema :: mktcampaign to [[email protected]] - WRITE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment