Subject Re: [ib-support] Show all tables from the Database
Author Helen Borrie
At 10:21 PM 22-10-02 -0200, you wrote:
>Hi All
>How can I show all tables from my database using a statement in the
>ibconsole or from my client application in Delphi 6.0

select rdb$relation_name from rdb$relations
where rdb$relation_name not starting with 'RDB$'

heLen