0xBlackfishUntitled Query
    Updated 2023-08-29
    /*select distinct l.label, l.label_subtype
    from solana.core.dim_labels l
    where
    --(l.label like '%magic eden%'
    --or l.label like '%tensor%')
    --and l.label_subtype <> 'nf_token_contract'
    l.label_type = 'nft' and
    l.label_subtype <> 'nf_token_contract'
    limit 1000*/

    select *
    from solana.core.dim_labels
    limit 1000
    Run a query to Download Data