participants
4 rows where gid = "002722a1-c0e4-41a2-ada3-4bf864c223fc"
This data as json, CSV (advanced)
| Link | rowid ▼ | gid | sid | name | won |
|---|---|---|---|---|---|
| 162953 | 162953 | 002722a1-c0e4-41a2-ada3-4bf864c223fc | gs_HVSXbQyJrr89CxF7YSjCRSfM | Combat Reptile | 0 |
| 162954 | 162954 | 002722a1-c0e4-41a2-ada3-4bf864c223fc | gs_bxBW6BwyYrDBSr3MJ8tMvc3F | Avoiding Death | 0 |
| 162955 | 162955 | 002722a1-c0e4-41a2-ada3-4bf864c223fc | gs_BkqrmqtkxvbWgQFPJJKR3q8F | moustache 🥸 | 0 |
| 162956 | 162956 | 002722a1-c0e4-41a2-ada3-4bf864c223fc | gs_VWjhPdYS3h99KVYY8pdtS6f4 | biter | 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);