Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top