Search Results
Query NoQuery 2
Query String
SELECT prop.*, furnishing.*, let_type.*, prop_type.* FROM property_furnishing AS furnishing, letting_type AS let_type, property_types AS prop_type, properties AS prop WHERE prop.live = '1' AND (furnishing.furnishing_id = prop.furnishing_id AND let_type.letting_type_id = prop.letting_id AND prop_type.type_id = prop.property_id) AND prop.no_of_bedrooms = '5' ORDER BY prop.price DESC LIMIT ,
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 '' at line 1




