select * from dev.T_INSURANCE_COMPANY;

 

select * from 用户名.表名

 

分配查询权限:

grant select on dev.T_INSURANCE_COMPANY to crmos;

相关文章: