I want to give permissions to a user on all the tables existing in a database. Is there any way to grant a user on multiple tables?

有帮助吗?

解决方案

It is not possible to grant permissions to multiple objects in a single statement, you need to grant per object.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top