Hi, I need to store all 50 states and there county + zip in mysql. What is the best way to do it?Should I just put them in to one table and use the states row for primary Id? or
Put every state in separate table and use the zip row for primary Id?
Which would be faster to find a county? The main search would be by zip or state. Thank you Laszlo Antal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]