Subject Re: List of Tables
Author Stephen Boyd
SELECT RDB$RELATION_NAME
FROM RDB$RELATIONS
WHERE RDB$SYSTEM_FLAG = 0

will return the names of all user tables in a database.

--- In firebird-support@yahoogroups.com, Jason Dodson <jasond@...>
wrote:
>
> Hey All,
>
> What would be a general start to a query that would list all
general tables in my firebird database?
>
> Jason
>
> --
> The information transmitted herewith is sensitive information
intended only for use to the individual or entity to which it is
addressed. If the reader of this message is not the intended
recipient, you are hereby notified that any review, retransmission,
dissemination, distribution, copying or other use of, or taking of
any action in reliance upon, this information is strictly
prohibited. If you have received this communication in error, please
contact the sender and delete the material from your computer.
>