Subject | Re: [IBO] List of table names from my database |
---|---|
Author | Sergio Zoccante |
Post date | 2005-06-15T07:55:46Z |
hallo!
You can have this list whit a regular SQL like:
select RDB$RELATION_NAME from RDB$RELATIONS
(all tables, also system tables)
select RDB$RELATION_NAME from RDB$RELATIONS where not RDB$RELATION_NAME starting with 'RDB$'
(only user tables )
Bye
Sergio
[Non-text portions of this message have been removed]
You can have this list whit a regular SQL like:
select RDB$RELATION_NAME from RDB$RELATIONS
(all tables, also system tables)
select RDB$RELATION_NAME from RDB$RELATIONS where not RDB$RELATION_NAME starting with 'RDB$'
(only user tables )
Bye
Sergio
[Non-text portions of this message have been removed]