Firebird - provide multiple tables

I want to grant permissions to users in all tables existing in the database. Is there a way to provide the user with multiple tables?

+4
source share
1 answer

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

+3
source

All Articles