Subject | RE: [firebird-support] Count records in tables |
---|---|
Author | Gabhan O'Loughlin |
Post date | 2004-02-20T15:24:15Z |
> > Is there a way to return a count of the records in each table in aThis is the real question....the first bit I knew..
> firebird
> > database?
>
> SELECT COUNT(*)
> FROM yourtablename
>
>
> Loop this for each table.
>
how do you loop this for each table to return a single result set of..
TableName, Count Of Records....
Gabhan