winnie-fsMy scanning test copy
Updated 2024-12-02
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
-- forked from Aephia / My scanning test @ https://flipsidecrypto.xyz/Aephia/q/iXc6LqQp7nXU/my-scanning-test
WITH profile_wallets AS (
SELECT
player_profile
,wallet
FROM $query('0ad41d79-7bb8-4c48-b8e5-84298cf10a82')
)
,scanning_fleets AS (
SELECT
player_profile
,scanning_fleets
FROM $query('3a8ebe5d-26a2-455a-a891-95f51d6728e5')
)
,token_prices AS (
SELECT
DATE
,atlas_price
,sol_price
FROM $query('21b1f230-5365-41ed-9d66-3f14153bec8b')
)
,sage_volumes AS (
select
*
from $query('7c3f86ae-eb25-4134-b436-fa24aa0e0c9b')
)
,sage_prices AS (
SELECT
QueryRunArchived: QueryRun has been archived