を使用しています。リストmysql 5.5
を使用した左結合クエリは 次のとおりです。literal
select tbl1.*, details.*
from ('a', 'b', 'c'... 300+ elements) as 'tbl1'
left join details
on
details.id=tbl1.id
しかし、うまくいきません!
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 ''a','b')' at line 1
これlist
をテーブルにする方法は??