participants
4 rows where gid = "15358180-e2b8-42fe-ba68-36b10c449e32"
This data as json, CSV (advanced)
Suggested facets: won
| Link | rowid ▼ | gid | sid | name | won |
|---|---|---|---|---|---|
| 98 | 98 | 15358180-e2b8-42fe-ba68-36b10c449e32 | gs_t6rXpSHCKTjwT8RgJ8tYqmJJ | Gadiuka | 0 |
| 99 | 99 | 15358180-e2b8-42fe-ba68-36b10c449e32 | gs_y8QM96tygCHyhQGpCKqKkmdD | Combat Reptile | 0 |
| 100 | 100 | 15358180-e2b8-42fe-ba68-36b10c449e32 | gs_8wMMYMwc8HRcx7c6VDpYtcgM | Test Snek pls Ignore | 1 |
| 101 | 101 | 15358180-e2b8-42fe-ba68-36b10c449e32 | gs_myG8bbcVKYTKktVhxGWrcTwP | Pea Eater | 0 |
Advanced export
JSON shape: default, array, newline-delimited
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);