GH
SELECT id, contacts_id, property_country, property_city,
headtitle, property_type_en, property_type, wordprice, wordsprac,
rent_price, selling_price, rent_price_number, selling_price_number, price_unit, price_number_unit,
type_forrent, typeunit, image1, image12
FROM contacts_express_1condominiem
WHERE email<>'Anggle03cosmo@gmail.com' AND contacts_id!='3986151' AND status_active=1 AND contacts_id NOT IN (4905553) AND property_country = 'กรุงเทพมหานคร' AND ( rent_price_number >= '7000' AND rent_price_number <= '24000' ) AND ((property_area >= '17' AND property_area <= '33' AND property_sqm = '1' ) OR (property_area >= '6' AND property_area <= '7' AND property_sqm = '2' ) OR (property_area >= '17' AND property_area <= '34' AND property_sqm = '1' ) ) ORDER BY contacts_id DESC LIMIT 4J