home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

4 rows where gid = "0037ea19-2700-4176-a27d-0abc5fdce727"

This data as json, CSV (advanced)

Suggested facets: won

Link rowid ▼ gid sid name won
85942 85942 0037ea19-2700-4176-a27d-0abc5fdce727 gs_rmRCtCjH9dSCTrFpyv4rXxJX hawthhhh++ 0
85943 85943 0037ea19-2700-4176-a27d-0abc5fdce727 gs_gQbXvXxmQFgvjyfrhtKhgqrS Combat Reptile 1
85944 85944 0037ea19-2700-4176-a27d-0abc5fdce727 gs_9BVBWkfdX4MXd4gTyFt8SQvP 🇺🇦🇷🇺 Shapeshifter 🇺🇦🇷🇺 0
85945 85945 0037ea19-2700-4176-a27d-0abc5fdce727 gs_d7JX4KkB639tPVT9gxrBXXfc 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 7.103ms