home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

4 rows where gid = "0097c02e-8cbd-4845-af37-c14896ae05fe"

This data as json, CSV (advanced)

Suggested facets: won

Link rowid ▼ gid sid name won
93516 93516 0097c02e-8cbd-4845-af37-c14896ae05fe gs_d6WFxRrhJqhcftKPYQHxr4Gf Avoiding Death 0
93517 93517 0097c02e-8cbd-4845-af37-c14896ae05fe gs_64bjhCBSMMVxKXmqmKKRdg8D beta marvin 1
93518 93518 0097c02e-8cbd-4845-af37-c14896ae05fe gs_69p6twb8xCvdY4WxDvPwT7vC Combat Reptile 0
93519 93519 0097c02e-8cbd-4845-af37-c14896ae05fe gs_v4yBKWJJ3TPwJddvHtJ4yP6Y Prüzze v2 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE participants (
          gid TEXT NOT NULL REFERENCES games(gid),
          sid TEXT NOT NULL,
          name TEXT NOT NULL,
          won INTEGER NOT NULL
        );
CREATE INDEX index_gid ON participants(gid);
CREATE INDEX index_name ON participants(name);
Powered by Datasette · Queries took 4.487ms