flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled Query
rajs
Untitled Query
Updated 2023-01-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
m
.
tx_id
,
-- m.message_type,
count
(
*
)
from
terra
.
core
.
ez_transfers
s
left
join
terra
.
core
.
ez_messages
m
on
s
.
tx_id
=
m
.
tx_id
where
s
.
block_timestamp
::
date
=
'2022-12-25'
group
by
1
order
by
2
desc
Results
Run a query to Download Data