查询某个用户下的表

select * from dev.T_INSURANCE_COMPANY;

select * from 用户名.表名

分配查询权限:

grant select on dev.T_INSURANCE_COMPANY to crmos;

原文地址:https://www.cnblogs.com/guanghuiqq/p/2679960.html