Is there an easy way to get the number of records in a database? Ifthe database consist of a lot of tables?
you can get a count of each table..
?
sum {count value x} each tables`.
thank you very muchOn 19 Maj, 15:52, Manish Patel <manni.pa…> wrote:> you can get a count of each table..>> sum {count value x} each tables`.>>>> On Tue, May 19, 2009 at 2:50 PM, Jespr <donmad…> wrote:>> > Is there an easy way to get the number of records in a database? If> > the database consist of a lot of tables?- Skjul tekst i anf?rselstegn ->> - Vis tekst i anf?rselstegn -</donmad…></manni.pa…>
> sum {count value x} each tables.the function isn't neededq)sum count each get each tables
should do(under certain circumstances i think this can overflow; sum"j"$count..will solve that)