home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

4 rows where gid = "009fde21-0213-4a06-ab46-36b4fc062e0a"

This data as json, CSV (advanced)

Suggested facets: won

Link rowid ▼ gid sid name won
139219 139219 009fde21-0213-4a06-ab46-36b4fc062e0a gs_3BkxyfXSJV6B9HRtdxvmt73R Combat Reptile 1
139220 139220 009fde21-0213-4a06-ab46-36b4fc062e0a gs_CYpJtrwWKPVGdHwYXjFmpHhV Hovering Hobbs 0
139221 139221 009fde21-0213-4a06-ab46-36b4fc062e0a gs_KXd98DCbJ4tfpX4JSKSjxPgX Pea Eater 0
139222 139222 009fde21-0213-4a06-ab46-36b4fc062e0a gs_GQCQdcCgBrJQ67xGBCPyWHdd Serpentor 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.237ms