participants
2 rows where gid = "003faec3-9643-4cb1-b88b-94472aa614eb"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
153907 | 153907 | 003faec3-9643-4cb1-b88b-94472aa614eb | gs_3xFVkxWt9kkTt9cGYT3kHtb8 | Combat Reptile | 1 |
153908 | 153908 | 003faec3-9643-4cb1-b88b-94472aa614eb | gs_9gyfTVdtWVhY4G9DBHf8Q4yC | Pretzel | 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);