We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, what's the correct solution for this lession 😂 And I have tried this but it's still not correct
GRANT ALTER TABLE ON grant_rights TO unauthorized_user
The text was updated successfully, but these errors were encountered:
Thanks for submitting your first issue, we will have a look as quickly as possible.
Sorry, something went wrong.
#1031: Fix lesson
2212793
- Hints not shown - Add more hints - Incorrect grant statement in lesson as example (removed it)
7ec6826
@rikonaka fixed, updated the lesson and the hints etc. Thanks for reporting this issue.
@rikonaka A command that worked for me is:
GRANT all ON grant_rights TO unauthorized_user
I had trouble with this problem and used the exact same command you tried initially, this should work though and I hope it helps!
grant all on grant_rights to unauthorized_user; this query is working.
nbaars
No branches or pull requests
So, what's the correct solution for this lession 😂
And I have tried this but it's still not correct
The text was updated successfully, but these errors were encountered: