MySQL Forums
Forum List  »  Performance

How to make work complex query?
Posted by: yanping hou
Date: June 03, 2005 07:36AM

What's wrong in the following SQL query?

SELECT b.*
FROM (SELECT i.* , c.*
FROM table1 AS i
LEFT JOIN table2 AS c ON i.id = c.id2) AS b
INNER JOIN table3 AS ic ON b.id = ic.id3

Thank you!

Options: ReplyQuote


Subject
Views
Written By
Posted
How to make work complex query?
2025
June 03, 2005 07:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.