flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
dim_labels
ZSaed
dim_labels
Updated 2023-10-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
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
Results
Run a query to Download Data