remax-backend-rs/sql/property_details/fetch_with_ids.sql

7 lines
157 B
MySQL
Raw Normal View History

2023-03-09 17:45:16 +00:00
SELECT
property_id,
meters,
listing_type as "listing_type: _",
photo_urls as "photo_urls: _",
location_id
FROM property_details where property_id = ANY($1);