如在一个user1用户下写存储过程
需要用要user2用户的一张表
select count(*) from user2.tab1
这样写编译会报错找不到表或视图 其实user2.tab1是存在的 并且user1用户有对user2.tab1 select的权限 但就是编译报错 该怎么办呢?