Subject | Re: [firebird-support] Database owner |
---|---|
Author | Helen Borrie |
Post date | 2009-06-06T09:33:16Z |
At 06:35 PM 6/06/2009, you wrote:
where rdb$relation_name = 'RDB$DATABASE'
./hb
>OK, but how to do it with a query so I haven't have to analyse isql output from application ?select rdb$owner_name from rdb$relations
where rdb$relation_name = 'RDB$DATABASE'
./hb