2023-05-08 17:22:36 +00:00
|
|
|
SELECT
|
|
|
|
property_id,
|
2023-05-08 18:28:19 +00:00
|
|
|
price,
|
2023-05-08 17:22:36 +00:00
|
|
|
currency,
|
|
|
|
arrangement as "arrangement: _",
|
|
|
|
time_created,
|
|
|
|
last_updated
|
|
|
|
FROM property_arrangement
|
2023-05-08 18:28:19 +00:00
|
|
|
WHERE property_id = ANY($1);
|