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 = 'Rare Atom Period' or home_team = 'Rare Atom' 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 = 'Rare Atom Period' or home_team = 'Rare Atom Period' and visiting_team = 'Anyone's Legend.Young') and match_time = '1658476800' order by sortrank desc limit 100