AephiaMy PCR_production
    Updated 2025-04-12
    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
    No Data to Display
    0
    2B
    6s