Re: Using identical column names in seperate tables

2001-05-22 Thread Dan Nelson
In the last episode (May 21), Nathanial Hendler said: > >From the MySQL Manual (13.6 Other Optimization Tips) > http://www.mysql.com/doc/T/i/Tips.html > > "Columns with identical information in different tables should be > declared identical and have identical names. Before Version 3.23 you > got

Using identical column names in seperate tables

2001-05-22 Thread Nathanial Hendler
>From the MySQL Manual (13.6 Other Optimization Tips) http://www.mysql.com/doc/T/i/Tips.html "Columns with identical information in different tables should be declared identical and have identical names. Before Version 3.23 you got slow joins otherwise. Try to keep the names simple (use name i