Back To Categories 
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 b.*, c.*, u.user_id, s.* from groups as b JOIN contacts as c ON b.contact_id = c.contact_id JOIN users as u ON b.user_id = u.user_id LEFT JOIN states as s ON c.state_id = s.state_id WHERE b.group_status = '1' and b.group_category_id = '15' order by b.group_name DESC limit -25, 25

[TEP STOP]