Files
house-elo-ranking/backend/app/sql/listing_images.sql
2026-03-06 14:51:26 +00:00

4 lines
113 B
SQL

select raw_json -> 'photo_urls' as photo_urls
from {{ images_schema }}.{{ images_table }}
where global_id = :gid