ZSaeddim_labels
    Updated 2023-10-24
    select
    *
    -- DISTINCT LABEL_SUBTYPE , count(LABEL_SUBTYPE)
    from solana.core.dim_labels
    where label_type = 'dex'
    and label ='raydium'
    and label_subtype not in ('token_contract','pool')
    -- group by 1
    Run a query to Download Data