在使用GBase 8c数据库,想要删除某个用户在表上的selete权限,怎么删除?
想要删除用户bdd在schema bdd上所有表的select权限,可以试试revoke select on all tables in schema bdd from bdd;这个命令。