From: Adriano d. S. F. <adr...@gm...> - 2009-03-05 17:59:11
|
Bill Oliver escreveu: > Proposal - what do you all think about adding a new column to RDB$RELATIONS, > call it RDB$PAGES, which would return the number of pages associated with > this TABLE? select count(*) from rdb$pages where rdb$relation_id = ?; Adriano |