Updated on 2024-07-04 GMT+08:00
Unbinding a Role
Function
This statement is used to unbind the user with the role.
Syntax
1
|
REVOKE ([db_name].role_name,...) FROM (user_name,...); |
Keywords
None
Precautions
role_name and user_name must exist and user_name has been bound to role_name.
Example
To unbind the user_name1 from role1, run the following statement:
1
|
REVOKE role1 FROM user_name1; |
Parent topic: Data Permissions
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot