home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

4 rows where gid = "00df93c5-cf4c-43f5-bc66-18987cd4d605"

This data as json, CSV (advanced)

Suggested facets: won

Link rowid ▼ gid sid name won
186037 186037 00df93c5-cf4c-43f5-bc66-18987cd4d605 gs_CchBwHYG8TmTGJgKhHF9yHhX Serpentor 0
186038 186038 00df93c5-cf4c-43f5-bc66-18987cd4d605 gs_GtxFY6tYdSpDhHQPwSqTCxCR Pea Eater 1
186039 186039 00df93c5-cf4c-43f5-bc66-18987cd4d605 gs_pk9WpgTSpF6rHM4HChyR6fWQ Avoiding Death 0
186040 186040 00df93c5-cf4c-43f5-bc66-18987cd4d605 gs_BDSxwkpDmqTjKJcjH6MCFJ7V Combat Reptile 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 5.492ms