Created
July 23, 2019 01:37
-
-
Save a30001539/d6bec5dbe53c5a4e1db119428703ec97 to your computer and use it in GitHub Desktop.
add user and grant rw access to table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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