flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
[03] MDAO 101: SQL WHERE
metricsdao
[03] MDAO 101: SQL WHERE
Updated 2023-01-24
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
-- MetricsDAO Blockchain Analytics 101
-- https://docs.metricsdao.xyz/analyst-resources/blockchain-data-101
select
*
from
ethereum
.
core
.
fact_transactions
where
from_address
=
'0x66b870ddf78c975af5cd8edc6de25eca81791de1'
limit
100
;
Results
Run a query to Download Data