home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "00a1487b-357f-490d-93a1-3e76ac7714c6"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
292836 292836 00a1487b-357f-490d-93a1-3e76ac7714c6 gs_YqpSWwVKBJYmmJRfgYxHx4DB Combat Reptile 1
292837 292837 00a1487b-357f-490d-93a1-3e76ac7714c6 gs_gBTtrf8kvWgP3fVjtyvTxFJC Pea Eater 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.603ms