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

2、on table在student表上

3、to public是给所以用户

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

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

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

阅读量:117
阅读量:125
阅读量:52
阅读量:173
阅读量:112
1、我们把查询权限授予

2、on table在student表上

3、to public是给所以用户

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

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

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