flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Disney Pinnacle Flow_Events Event Examples
Diamond
Disney Pinnacle Flow_Events Event Examples
Updated 2024-12-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
SELECT
event_contract
,
event_type
,
count
(
distinct
tx_id
)
as
event_ct
,
any_value
(
event_data
)
as
event_data
FROM
flow
.
core
.
fact_events
WHERE
EVENT_CONTRACT
=
'A.edf9df96c92f4595.Pinnacle'
-- and event_contract ilike '%edf9df96c92f4595%'
group
by
1
,
2
Results