Subject RE: [firebird-support] Roles
Author Alan McDonald
> Hi;
>
> I have two databases on the same server. I would like to delete/
> remove a role I created for one database and reassign that role name
> to the second database. How do I do that?
>
> Thanks
> Lin

DROP ROLE
CREATE ROLE

Alan