participants
2 rows where gid = "70f45845-428a-4257-b597-d62deb372959"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
258 | 258 | 70f45845-428a-4257-b597-d62deb372959 | gs_WhXqwqvKYH7TWYBP6SB4qt86 | Combat Reptile | 1 |
259 | 259 | 70f45845-428a-4257-b597-d62deb372959 | gs_m99wKRfQSkhcVhVhhrrqmRr9 | Snaky McSnakeface | 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);