Subject Re: [firebird-support] SELECT COUNT(*) FROM :PARAMTABLE
Author dade2000
Tanz Anthrox wrote:

> I want to get the database statistics. I have 20 Tables and I want to get the record counts of tables
>
> I tried to get the tablenames from rdb$xxxxxx but I couldnot find. Is there a way to do this?
>
>
>
> And,
>
>
>
> SELECT COUNT(*) FROM :PARAMTABLE
>
>
>
> This Query is not working. Is there a way to write a SP for this?


execute statement 'SELECT COUNT(*) FROM ' || PARAMTABLE into :TheCount