Subject | Re: [ib-support] RDB$ - Tables |
---|---|
Author | Frank Ingermann |
Post date | 2002-09-11T22:05:03Z |
Hi Alessandro/Martijn,
it's called RDB$RELATIONS, not TABLES. something like this should work:
select RDB$RELATION_NAME
from RDB$RELATIONS
where RDB$SYSTEM_FLAG=0
order by RDB$RELATION_NAME
(leave out the where clause in case you want the RDB$ tables themselves, too)
hth,
fingerman
--
-------------------------------------------------------------------------
when parsers parse, and compilers compile, then why don't objects object?
fingerbirdy - fingerman's door to Firebird
http://www.fingerbird.de
>>Hi,just in case you don't have that at hand ;-)
>>
>> Which "rdb$" Do I need do a select to find my tables in firebird ?
>>
>>table rdb$tables doesn't exists.
>
> Try the Language Reference - chapter "System Tables and Views".
it's called RDB$RELATIONS, not TABLES. something like this should work:
select RDB$RELATION_NAME
from RDB$RELATIONS
where RDB$SYSTEM_FLAG=0
order by RDB$RELATION_NAME
(leave out the where clause in case you want the RDB$ tables themselves, too)
hth,
fingerman
--
-------------------------------------------------------------------------
when parsers parse, and compilers compile, then why don't objects object?
fingerbirdy - fingerman's door to Firebird
http://www.fingerbird.de