Back To CategoriesYou must be logged-in to submit business
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.*, p.*, u.user_id, s.* from businesses as b JOIN contacts as c ON b.contact_id = c.contact_id JOIN profiles as p ON b.profile_id = p.profile_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.business_status = '1' and b.business_category_id = '25' order by b.business_level_id DESC limit -25, 25

[TEP STOP]