Subject | RE: [IBO] Inserting records / access privileges |
---|---|
Author | Thomas Steinmaurer |
Post date | 2002-10-15T12:02:39Z |
> unless someone knows an easier way, try the following:You'd better us single quotes instead of double quotes ;-).
>
> select rdb$privilege
> from rdb$user_privileges
> where rdb$user="MYUSER" and rdb$relation_name="MYTABLE"
Cheers,
Thomas