home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "000461c9-918c-405c-97a4-861ee29229c8"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
146187 146187 000461c9-918c-405c-97a4-861ee29229c8 gs_Km9yG3RCC8hC4WqCywxQq933 Combat Reptile 1
146188 146188 000461c9-918c-405c-97a4-861ee29229c8 gs_8WGPBxQh9pGqwcYGvr4cj6G8 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 3.714ms