Subject RE: [firebird-support] Count records in tables
Author Gabhan O'Loughlin
> > Is there a way to return a count of the records in each table in a
> firebird
> > database?
>
> SELECT COUNT(*)
> FROM yourtablename
>
>
> Loop this for each table.
>

This is the real question....the first bit I knew..

how do you loop this for each table to return a single result set of..

TableName, Count Of Records....

Gabhan