participants
2 rows where gid = "0048da86-c118-46f7-bac7-77d47a3139fc"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
23322 | 23322 | 0048da86-c118-46f7-bac7-77d47a3139fc | gs_PmRSPqDYF8VjvkfTHQD9q3KQ | Combat Reptile | 1 |
23323 | 23323 | 0048da86-c118-46f7-bac7-77d47a3139fc | gs_DrCvhtCwFgb8yH38BRdJRJWT | 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);