创建视图权限,只授权第一个是无法创建 视图的,需要三个权限都授予
1、grant create view to B;
--授予查询权限
2、grant select any table to B;
--授予权限
3、grant select any dictionary to B;
创建视图权限,只授权第一个是无法创建 视图的,需要三个权限都授予
1、grant create view to B;
--授予查询权限
2、grant select any table to B;
--授予权限
3、grant select any dictionary to B;
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。