home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

4 rows where gid = "00c19f3b-6bc5-44e9-9bb3-a90b437f436b"

This data as json, CSV (advanced)

Suggested facets: won

Link rowid ▼ gid sid name won
91464 91464 00c19f3b-6bc5-44e9-9bb3-a90b437f436b gs_fdCC9rJgfH3hYHYKMKHwVQDW beta marvin 0
91465 91465 00c19f3b-6bc5-44e9-9bb3-a90b437f436b gs_FmYDj88jY9FMtPrptCyRKbg7 Combat Reptile 1
91466 91466 00c19f3b-6bc5-44e9-9bb3-a90b437f436b gs_KRqYh9rTCbCvMGDK6gytD8C6 Stroopwafel 🧇 0
91467 91467 00c19f3b-6bc5-44e9-9bb3-a90b437f436b gs_7x9c63gYB8MTFGyJCgvKvddS nomblegomble 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.032ms