flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Bridge Analysis-BRIDGE amount
Saleh
Bridge Analysis-BRIDGE amount
Updated 2022-07-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
BLOCK_TIMESTAMP
::
date
as
day
,
BRIDGE
,
count
(
DISTINCT
tx_id
)
as
tx_count
,
sum
(
AMOUNT
)
as
amount
,
sum
(
tx_count
)
over
(
partition
by
BRIDGE
order
by
day
)
as
growth_tx
from
flow
.
core
.
fact_bridge_transactions
group
by
1
,
2
order
by
1
Results
Run a query to Download Data