Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebird - grant multiple tables

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?

like image 363
RBA Avatar asked Oct 03 '22 17:10

RBA


1 Answers

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

like image 127
Mark Rotteveel Avatar answered Oct 11 '22 13:10

Mark Rotteveel