flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Flow vs L1 - 1
Moe
Flow vs L1 - 1
Updated 2022-07-19
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
with
b
as
(
select
proposer
,
count
(
*
)
as
n
from
flow
.
core
.
fact_transactions
group
by
1
)
select
case
when
n
=
1
then
'never came back'
when
n
>
1
then
' came back'
end
as
type
,
count
(
proposer
)
from
b
group
by
1
Results
Run a query to Download Data