Grant Select on a view not base table when base table is in a different database

前端 未结 10 1913
广开言路
广开言路 2020-11-30 07:28

I have a view which is selecting rows from a table in a different database. I\'d like to grant select access to the view, but not direct access to the base table. The view

10条回答
  •  再見小時候
    2020-11-30 08:16

    Just have a materialized view then you don't have to worry about all other factors. This is only going to work if space and refresh time is not a big deal.. materialized views are pretty cool.

提交回复
热议问题