participants
8 rows where gid = "006128eb-54b8-4f37-85a1-f7da4b37024a"
This data as json, CSV (advanced)
Suggested facets: won
| Link | rowid ▼ | gid | sid | name | won |
|---|---|---|---|---|---|
| 218919 | 218919 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_hDd7f7bYjyMfhqSmRG3P4KkX | $n4k3 | 0 |
| 218920 | 218920 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_Gm4BVSFmgDj86R79YhDtX4m6 | CoolerSnake! | 0 |
| 218921 | 218921 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_hj7h4hqt8fpMJQRyRCMtT6hb | 🇺🇦🇷🇺 Shapeshifter 🇺🇦🇷🇺 | 1 |
| 218922 | 218922 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_fXCvgv7664vSBCcGgjyXVTdK | SmartyTree | 0 |
| 218923 | 218923 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_9rc6tyrGPcMRpJ9Dvm8C3xGY | Ziggy Snakedust | 0 |
| 218924 | 218924 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_CB8K37DYHfqv9cWPvvy4cqfQ | Combat Reptile | 0 |
| 218925 | 218925 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_xBtqgrVpP9HVpgr7krRQx73Y | moustache 🥸 | 0 |
| 218926 | 218926 | 006128eb-54b8-4f37-85a1-f7da4b37024a | gs_vKmt4SwrR83Sw8KjXfQpVSH9 | hawthhhh++ | 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);