1 row where dominance = 1 sorted by dominance

View and edit SQL

victory_points

  • 0 1

dominance

Link rowid player faction game_id won victory_points dominance ▼
10 alex Underground Duchy 1614459600 3 0 0 1

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
);