* Nissim Lugasy
> How do I retrieve the count for multiple tables with one sql command?

describe select * from t1,t2,t3,t4,t5 where t1.id=t1.id;

You will get the table names in the 'names' column and the row counts in the
'rows' column.

--
Roger


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to