Win Count by Faction

Custom SQL query returning 5 rows (hide)

select sum(won) as win_count, faction, sum(dominance) as with_dominance from player_factions where won = 1 group by faction order by win_count desc, faction

Edit SQL

win_countfactionwith_dominance
2 Eyrie Dynasty 0
2 Underground Duchy 0
2 Woodland Alliance 0
1 Riverfolk Company 0
1 Vagabond 0