fyys

grant create view to cmuser;

--授予查询权限 
grant select any table to cmuser;

--授予权限 
grant select any dictionary to cmuser;

--授予查询条件
grant SELECT ON T_BNS_FULL_BOARD_IN to cmuser; 
grant SELECT ON T_BNS_FULL_BOARD_STORE_OUT to cmuser;

 

分类:

技术点:

相关文章: