home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "00400e7b-e650-403f-a783-85746f134164"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
40574 40574 00400e7b-e650-403f-a783-85746f134164 gs_XGpQGwHxtp4QpC9G9DjVQbFP Stroopwafel 🧇 0
40575 40575 00400e7b-e650-403f-a783-85746f134164 gs_w3rSPpSK4HgtbKwQWptmgDhJ Combat Reptile 1

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 3.745ms