Subject Re: [firebird-support] List of Tables
Author Magnus Titho
Jason Dodson wrote:

>Hey All,
>
>What would be a general start to a query that would list all general tables in my firebird database?
>
>
select rdb$relation_name
from rdb$relations
where rdb$system_flag = 0


--
Magnus