Skip to content

回收列级权限

语法格式

|   REVOKE GRANT OPTION FOR operation_commalist ( name_list ) ON name_space FROM grantee_list
|   REVOKE operation_commalist ( name_list ) ON name_space FROM grantee_list
|   REVOKE operation_commalist ( name_list ) ON TABLE name_space FROM grantee_list

参数解释

  • operation_commalist:回收权限操作类型信息。
  • name_space:此处为回收权限的操作对象名。
  • grantee_list:被回收权限的用户名或角色名。