No Data to Display
AephiaMy total earnings
Updated 20 hours ago
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
›
⌄
WITH last_value AS (
SELECT
*
from $query('6a2519e0-27f9-4633-8fe0-8934f60d6bb2')
)
,starbase_player AS (
SELECT
player_profile
,starbase_player
FROM $query('62a2c594-afe5-4164-9a14-81fb22953bdc')
WHERE player_profile = '{{player_profile}}'
)
,vwap_leaderboard AS (
SELECT
player_profile
,faction
,starbased_vwap_sort as vwap
FROM $query('d24cb563-7999-4d97-8dd5-261acc0c7f36')
WHERE player_profile = '{{player_profile}}'
)
,starbases AS (
SELECT
date
,player_profile
,cargo_fleet
,starbases
Last run: about 20 hours ago
0
2B
51s