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<>'prakaimat1@gmail.com' AND contacts_id!='3986973' AND status_active=1 AND contacts_id NOT IN (4905553) AND property_country = 'กรุงเทพมหานคร' AND ( rent_price_number >= '19000' AND rent_price_number <= '65000' ) AND ((property_area >= '35' AND property_area <= '69' AND property_sqm = '1' ) OR (property_area >= '13' AND property_area <= '14' AND property_sqm = '2' ) OR (property_area >= '35' AND property_area <= '70' AND property_sqm = '1' ) ) ORDER BY contacts_id DESC LIMIT 4J