| Subject | Re: [ib-support] users of database |
|---|---|
| Author | Xavier Solé |
| Post date | 2003-05-19T08:09:09Z |
> how can i find the users of the database ?Try with this query:
SELECT DISTINCT rdb$user FROM rdb$user_privileges
HTH,
Xavi.
| Subject | Re: [ib-support] users of database |
|---|---|
| Author | Xavier Solé |
| Post date | 2003-05-19T08:09:09Z |
> how can i find the users of the database ?Try with this query: