sql把对表的查询权限授予用户
1、我们把查询权限授予

2、on table在student表上

3、to public是给所以用户

4、我们也可以特定授予一个用户

5、我们写with grant option就是向下传播权限是可以的

6、这段代码意味把对表student的查询权限授予所以用户

阅读量:90
阅读量:29
阅读量:51
阅读量:35
阅读量:90
1、我们把查询权限授予

2、on table在student表上

3、to public是给所以用户

4、我们也可以特定授予一个用户

5、我们写with grant option就是向下传播权限是可以的

6、这段代码意味把对表student的查询权限授予所以用户
