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 '-25,25' at line 1


select addon.*, main.title, main.shorttitle, main.writer, main.source, main.litpic, main.pubdate, main.description, main.click from `sange_luxiang` main left join sange_addonluxiang addon on main.id = addon.id where main.typeid in(:id_0) order by sortrank desc limit -25,25