Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top