A Database Error Occurred

Error Number: 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 '-10, 10' at line 12

SELECT c.`id` as people_cid, p.`firstname` as name, p.`lastname` as surname, p.`email` as email, p.`backnumber` as backnumber, p.`bio` as bio, ca.`id` as category_id, p.`seasons` FROM ((`rel_category_content` as rel_c_c INNER JOIN `contents` as c ON rel_c_c.`content_id`=c.`id` AND c.`item_type`=28) INNER JOIN `categories` as ca ON rel_c_c.`category_id`=ca.`id` ) INNER JOIN `people` as p ON p.`id`=c.`item_id` WHERE 1 AND (ca.`father_id`='13') AND team = 1 ORDER BY rel_c_c.`order` ASC LIMIT -10, 10