flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2024-05-08 12:03 PM
Cluetopz
2024-05-08 12:03 PM
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
WITH
user_activity
AS
(
SELECT
tx_from
,
MAX
(
block_timestamp
)
AS
last_transaction_time
FROM
cosmos
.
core
.
fact_transactions
GROUP
BY
tx_from
and
BLOCK_TIMESTAMP_HOUR
>=
current_date
-
{
{
Past_Days
}
}
Results
Run a query to Download Data