flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
[11] MDAO 101: SQL WHERE NOT
metricsdao
[11] MDAO 101: SQL WHERE NOT
Updated 2022-07-27
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
-- MetricsDAO Blockchain Analytics 101
-- https://docs.metricsdao.xyz/analyst-resources/blockchain-data-101
-- TODO still
select
*
from
ethereum
.
core
.
ez_dex_swaps
where
block_timestamp
between
'2022-06-01'
and
'2022-06-03'
limit
100
;
Results
Run a query to Download Data