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