Вопрос

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