From: Dan Nelson Date: July 12 2002 7:36pm Subject: Re: Using Inner Join in MySQL List-Archive: http://lists.mysql.com/mysql/114456 Message-Id: <20020712193622.GE12632@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jul 12), Carlos Rovetto said: > Hi. I want know why the time of response is slowly when i make a > Join between two tables using sql query in MySQL. > > I don't have more experience in MySQL Make sure you have indexes on the columns you use to join the tables. -- Dan Nelson dnelson@stripped