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' or home_team = 'Anyone's Legend.Young' and visiting_team = 'Team' 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 = 'Team WE Academy' and visiting_team = 'Anyone's Legend.Young' or home_team = 'Anyone's Legend.Young' and visiting_team = 'Team WE Academy') and match_time = '1658131200' order by sortrank desc limit 100