From: "Gyurasits Zoltán" > I have a speed problem with LEFT JOIN condition. (...) > Why?? Somebody can help me? Tnx!!
You will probably get a lot more useful response if you include the table structure, the complete query/queries and the output of EXPLAIN for each query (just put EXPLAIN in front of the SELECT. It will give you information about the execution path that MySQL came up with). Regards, Jigal. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]