Subject RE: [IBO] Inserting records / access privileges
Author Thomas Steinmaurer
> unless someone knows an easier way, try the following:
>
> select rdb$privilege
> from rdb$user_privileges
> where rdb$user="MYUSER" and rdb$relation_name="MYTABLE"

You'd better us single quotes instead of double quotes ;-).

Cheers,
Thomas