flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
alldomain eclipse copy
Pine Analytics
alldomain eclipse copy
Updated 2024-11-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT
f
.
value
as
log_message
,
t
.
*
FROM
eclipse
.
core
.
fact_transactions
t
,
LATERAL
FLATTEN
(
input
=>
log_messages
)
f
where
log_message
LIKE
'%Program log: Creating new domain%'
and
ENDSWITH
(
f
.
value
,
'.turbo'
)
--LIMIT 100
Results
QueryRunArchived: QueryRun has been archived