flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2024-07-04 12:28 PM
D3 Team
2024-07-04 12:28 PM
Updated 2024-07-08
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
with
tb1
as
(
select
split_part
(
pool_name
,
'-'
,
1
)
as
pool
,
count
(
*
)
number_trans
from
thorchain
.
defi
.
fact_liquidity_actions
group
by
pool_name
)
select
replace
(
pool
,
'/'
,
'.'
)
as
pool_name_up
,
number_trans
from
tb1
Results
QueryRunArchived: QueryRun has been archived