the holy quest for the holy home
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- Executar exclusivamente em conexão read-only. |
|
SELECT |
|
listing_id, |
|
price_brl, |
|
area_m2, |
|
bedrooms, |
|
address, |
|
inactive_at, |
|
first_seen_at, |
|
last_seen_at, |
|
url |
|
FROM listings |
|
WHERE lower(url) LIKE '%jardins-mangueiral%' |
|
AND creci_normalized = '26903' |
|
ORDER BY price_brl, listing_id;
|
|
|