4 lines
113 B
SQL
4 lines
113 B
SQL
select raw_json -> 'photo_urls' as photo_urls
|
|
from {{ images_schema }}.{{ images_table }}
|
|
where global_id = :gid
|