【发布时间】:2013-03-16 15:57:51
【问题描述】:
我有 3 个表 table1、table2、table3。 我想将这些表授予(例如选择)用户 user1。
我知道我可以授予:
grant select on table1 to user1;
grant select on table2 to user1;
grant select on table3 to user1;
我可以只使用 1 个查询将 3 个表授予 user1 吗?
谢谢
【问题讨论】:
标签: select oracle11g sql-grant