They do not... But I think I will just re-write my script in php command line and loop through it.
It was just that I loved the simplicity of the bash script.




[EMAIL PROTECTED] wrote:

"Michael J. Pawlowsky" <[EMAIL PROTECTED]> wrote on 14/10/2004 17:01:34:



Getting closer.... Thanks...
This db had LOTS of tables... That's why I'm simply trying to get the total.
Is there a way to only get one column of this. then I can do something like select SUM(show table status (rows));



IF all the tables have the same table structure, create a MERGE table of them all, then SELECT count(*) FROM merged ;


       Alec






-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to