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 Old Boys' or addon.hteam = 'CA Newell's Old Boys') and (addon.match_time < 172' at line 1


select addon.*, main.title, main.shorttitle, main.writer, main.source, main.litpic, main.pubdate, main.description, main.click from `sange_live` main left join sange_addonlive addon on main.id = addon.id where (channel = :channel) and (addon.vteam = 'CA Newell's Old Boys' or addon.hteam = 'CA Newell's Old Boys') and (addon.match_time < 1725752158 or addon.status = 2) order by match_time desc limit 5