home / combat-reptile_dump_2023-06-27

Menu
  • Sign in with GitHub

participants

2 rows where gid = "00626fa7-3c22-45e8-97da-62ce00ff0b6c"

This data as json, CSV (advanced)

Link rowid ▼ gid sid name won
172639 172639 00626fa7-3c22-45e8-97da-62ce00ff0b6c gs_rPF7dJ8mFvY3bQmP9bgFccJb Combat Reptile 1
172640 172640 00626fa7-3c22-45e8-97da-62ce00ff0b6c gs_RMTDBtFCdRQkRDV4Bb9rBqrc marrrvin [duel] 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.472ms