Subject | Re: [firebird-support] List of Tables |
---|---|
Author | Magnus Titho |
Post date | 2006-02-14T14:49:41Z |
Jason Dodson wrote:
from rdb$relations
where rdb$system_flag = 0
--
Magnus
>Hey All,select rdb$relation_name
>
>What would be a general start to a query that would list all general tables in my firebird database?
>
>
from rdb$relations
where rdb$system_flag = 0
--
Magnus