Flipside Teamcourageous-moccasin
    Updated 2025-01-30
    select * from flow.nft.dim_moment_metadata
    where nft_collection = 'A.0b2a3299cc857e29.TopShot'
    and modified_timestamp >= sysdate() - interval '30 days'
    and nft_id in (
    '48311809',
    '48310802',
    '48311687',
    '48311224'
    )
    limit 5;
    QueryRunArchived: QueryRun has been archived