flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
A Surge of Optimism 4
mattkstew
A Surge of Optimism 4
Updated 2022-12-20
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
event_name
,
count
(
*
)
from
optimism
.
core
.
fact_event_logs
where
block_timestamp
between
'2022-11-06'
and
'2022-12-14'
and
event_name
is
not
null
group
by
1
order
by
2
desc
limit
25
Results
Run a query to Download Data