MySQL error: 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 '-451' at line 4 MySQL Query:
SELECT prop_properties.property_id
FROM prop_properties, geo_countries, geo_departments, geo_cities
WHERE 1 = 1 AND property_delete = 0
AND property_state <> 'D' AND property_num_images > 0 AND country_activated = 1 AND department_activated = 1 AND city_activated = 1 AND geo_countries.country_id = geo_departments.country_id AND geo_cities.department_id = geo_departments.department_id AND prop_properties.city_id = geo_cities.city_id AND geo_departments.department_id = 347 LIMIT 1200,-451