Hi All,

In ISQL with a brand new 4.0 database:

SQL> select distinct rdb$user, rdb$user_type from rdb$user_privileges where rdb$user not in ('SYSDBA','PUBLIC') order by rdb$user;

RDB$USER        RDB$USER_TYPE
=============================
22              20
3               20
4               20

Who are they?

Gabor


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to