返回首页

gbase数据、南大通用产品文档:GBase8a回收用户组的权限

更新日期:2024年09月11日

操作场景
回收用户组的数据库权限。
语法格式
REVOKE SELECT ON DBNAME.TBNAME FROM role_name
示例
gbase> revoke select on test.t from r1;
Query OK, 0 rows affected (Elapsed: 00:00:00.07)

GBase 8a MPP Cluster 产品手册
4 管理员指南
文档版本953(2022-09-15)
南大通用数据技术股份有限公司
432
gbase> revoke all privileges on *.* from u2;
Query OK, 0 rows affected (Elapsed: 00:00:00.04)
gbase> revoke all privileges, grant option from u2;
Query OK, 0 rows affected (Elapsed: 00:00:00.03)
gbase> revoke all , grant option from u2;
Query OK, 0 rows affected (Elapsed: 00:00:00.02)

 摘要:
返回表示客户端库版本的字符串。
 语法:
const char *
gbase_get_client_info(void);
 参数:
 返回值:
表示GBASE 客户端库版本的字符串。

gbase_stmt_free_result .......................
60