forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
1.5 KiB
1.5 KiB
Why Can't I Query a View After I'm Granted the Select Table Permission on the View?
Symptom
User A created Table1.
User B created View1 based on Table1.
After the Select Table permission on Table1 is granted to user C, user C fails to query View1.
Possible Causes
User B does not have the Select Table permission on Table1.
Solution
Grant the Select Table permission on Table1 to user B. Then, query View1 as user C again.
Parent topic: O&M Guide