flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Bera performance over time 2
Abbas_ra21
Bera performance over time 2
Updated 2025-02-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
Date_trunc
(
'Day'
,
BLOCK_TIMESTAMP
)
::
DATE
AS
DAY
,
case
when
TX_SUCCEEDED
=
TRUE
then
'successed'
else
'Failed'
end
AS
Result
,
Count
(
*
)
AS
TX
from
berachain
.
testnet
.
fact_transactions
group
by
1
,
2
Results
QueryRunArchived: QueryRun has been archived