home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "00cef1c5-7c33-40f8-a02f-e97c82f1eb19"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
287736 287736 00cef1c5-7c33-40f8-a02f-e97c82f1eb19 gs_8R3vSmxVtS8qTbmrGYW6hvy8 Combat Reptile 0
287737 287737 00cef1c5-7c33-40f8-a02f-e97c82f1eb19 gs_8vY6Pwkr7XW8h4JWP3dD6y76 Battle Snail 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 4.171ms