flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
AVG(LVR)
Pre-Sages Lab (Team 2)
AVG(LVR)
Updated 2025-03-09
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'month'
,
date
)
as
date_by_month
,
AVG
(
"LVR (BP)"
)
AS
LVR
FROM
$
query
(
'521e4ad6-6c11-453f-a653-52490eaafeca'
)
GROUP
BY
1
ORDER
BY
1
Results
QueryRunArchived: QueryRun has been archived