Re: Using Inner Join in MySQL

2002-07-12 Thread Dan Nelson
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. --

RE: Using Inner Join in MySQL

2002-07-12 Thread David Kramer
It depends on the size of the tables that you are joining together. Can you index any of the columns that you are joining? If you post the query that you are trying to execute I might be able to help you more. DK -Original Message- From: Carlos Rovetto [mailto:[EMAIL PROTECTED]] Sent: