In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> I would like to count all the total records from a database.  How would I go
> about doing that???

Do a COUNT * on each table and total the results? Although the results 
may actually not mean much depending on your DB structure. Or do you 
really mean count records in a _table_?

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to