flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
profound-lime
datavortex
profound-lime
Updated 2025-01-10
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
DISTINCT
tx_type
,
event_data
,
SPLIT_PART
(
event_type
,
'::'
,
1
)
AS
part_1
,
SPLIT_PART
(
event_type
,
'::'
,
2
)
AS
part_2
,
SPLIT_PART
(
event_type
,
'::'
,
3
)
AS
part_3
FROM
aptos
.
core
.
fact_events
;
Results
QueryRunArchived: QueryRun has been archived