burberius / pvetracker

EVE Online Tracker for PvE activities
https://www.pvetracker.org/
GNU General Public License v3.0
0 stars 1 forks source link

Global probability overview #8

Open burberius opened 6 years ago

burberius commented 6 years ago
burberius commented 6 years ago

select site_name, count(id) as count,avg(loot_value) as loot_value,avg(timestampdiff(SECOND, start, end)) as duration,sum(escalation)/count(id)100 as escalations,sum(faction)/count(id)100 as factions from outcome where account_id = :account group by site_id order by count desc;