SELECT Id FROM new_searchtable where (town like 'Lyme' or town like 'Enfield' or town like 'Plainfield' or town like 'Cornish') and type ='L' and (createtime >='2025-02-13 3:26:19') and (createtime >='2025-02-13 3:26:19') AND list_price BETWEEN '0' AND '30000000' ORDER BY list_price Desc