Subject | Re: [firebird-support] List of Tables & Generators |
---|---|
Author | Helen Borrie |
Post date | 2004-03-13T03:13:09Z |
At 10:09 PM 12/03/2004 -0500, you wrote:
WHERE RDB$RELATION_NAME NOT STARTING WITH 'RDB$'
AND RDB$VIEW_SOURCE IS NULL;
All this stuff is in the Language Reference, under System Tables...
/hb
>Oh forgot to ask, what about getting a dataset of table names? :)SELECT RDB$RELATION_NAME FROM RDB$RELATIONS
WHERE RDB$RELATION_NAME NOT STARTING WITH 'RDB$'
AND RDB$VIEW_SOURCE IS NULL;
All this stuff is in the Language Reference, under System Tables...
/hb