簡単な質問ですが、構文エラーがこのどこにあるかを誰かが確認できるかどうか疑問に思っていますLEFT JOIN
か?
SELECT
...
FROM table1 AS t1, table2 AS t2, table3 AS s3
table4 AS t4, table5 AS t5 LEFT JOIN table6 AS t6 ON t5.id = t6.t5_id
AND t6.etc
ORDER BY ...
私はそれが前の前に好きではないと推測することができるだけt1,t2,t3,t4
ですLEFT JOIN
t5 & t6
エラーの説明
You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near 'table4 AS t4, table5 AS t5 LEFT JOIN table6 AS t6 ON ON t5.id = t6' at line 26*