7 lines
157 B
MySQL
7 lines
157 B
MySQL
|
SELECT
|
||
|
property_id,
|
||
|
meters,
|
||
|
listing_type as "listing_type: _",
|
||
|
photo_urls as "photo_urls: _",
|
||
|
location_id
|
||
|
FROM property_details where property_id = ANY($1);
|