We have a somewhat large read-only table (2.9 million recs). I am wonder 
if there is a utility that will look at each row of each columns and 
come up with a summary of the largest field (in character length) for 
each column.  For example, scan each row's firstname field and report 
that the longest first name is 12 characters.  That way I can ALTER the 
firstname field to be a char or varchar of 12?  What would be better BTW?

Thanks,
Michael Stearne


---------------------------------------------------------------------
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