No Data to Display
AephiaMy PCR_production
Updated 2025-04-12
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 mining AS (
select
date
,player_profile
--,mining_fleet
,round(sum(ARCO_mined)) as ARCO_mined
,round(sum(BIOMASS_mined)) as BIOMASS_mined
,round(sum(CARBON_mined)) as CARBON_mined
,round(sum(CUORE_mined)) as CUORE_mined
,round(sum(DIAMOND_mined)) as DIAMOND_mined
,round(sum(HYG_mined)) as HYG_mined
,round(sum(FEORE_mined)) as FEORE_mined
,round(sum(LUMANITE_mined)) as LUMANITE_mined
,round(sum(NITRO_mined)) as NITRO_mined
,round(sum(ROCHINOL_mined)) as ROCHINOL_mined
,round(sum(SAND_mined)) as SAND_mined
,round(sum(TIORE_mined)) as TIORE_mined
FROM $query('6cd0d585-3cb4-4492-bb82-bb591984446e')
WHERE player_profile = '{{player_profile}}'
group by ALL
)
,costs_m AS (
SELECT
date
,player_profile
,ammo_mine_daily_pp
,food_mine_daily_pp
,fuel_mine_daily_pp
,fuel_move_daily_pp
Last run: 11 days ago
0
2B
6s