3 rows where victory_points = 24 sorted by faction descending

View and edit SQL

Suggested facets: game_id

victory_points

Link rowid player faction ▲ game_id won victory_points dominance
23 gabe Woodland Alliance 1617127200 6 0 24 0
22 alex Vagabond 1617127200 6 0 24 0
17 david Eyrie Dynasty 1616349600 5 0 24 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE player_factions(
  player TEXT REFERENCES players(name),
  faction TEXT REFERENCES factions(name),
  game_id INTEGER REFERENCES games(id),
  won INTEGER,
  victory_points INTEGER,
  dominance INTEGER
);