No Data to Display
Ant-DAO-MentFLATTEN
Updated 2025-03-11
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
›
⌄
with
raw_data as (
select
block_id,
tx_id,
msg
from
osmosis.core.fact_msgs
where
tx_id = 'BBBA12E38F6C7553CC1FF78C24DBFBCF080681B1E6719ED56096750C4A1A9562'
and block_timestamp = '2021-12-26 19:16:14.692'
)
select
*
from
raw_data r,
lateral FLATTEN(input => msg) f
Last run: about 1 month ago
0
2B
1s