flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
station 17
Azin
station 17
Updated 2023-02-07
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
count
(
*
)
as
number
,
date_trunc
(
'day'
,
BLOCK_TIMESTAMP
)
as
date
,
case
when
date
>
'2023-01-14'
then
'After lunch'
else
'before lunch'
end
as
type
from
terra
.
core
.
fact_governance_submit_proposal
group
by
2
,
3
order
by
1
asc
Results
Run a query to Download Data