SQLSTATE[42000]: Syntax error or access violation: 1064 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 's Legend.Young' and visiting_team = 'MAX E-Sports Club' or home_team = 'MAX E-Sp' at line 1


select addon.*, main.title, main.shorttitle, main.writer, main.source, main.litpic, main.pubdate, main.description, main.click from `sange_jijin` main left join sange_addonjijin addon on main.id = addon.id where (channel = :channel) and (home_team = 'Anyone's Legend.Young' and visiting_team = 'MAX E-Sports Club' or home_team = 'MAX E-Sports Club' and visiting_team = 'Anyone's Legend.Young') and match_time = '1659002400' order by sortrank desc limit 100