participants
2 rows where gid = "dec78bf6-3c56-48b5-93f6-00ee3c142118"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
230 | 230 | dec78bf6-3c56-48b5-93f6-00ee3c142118 | gs_fBY7wSRPbPwygW8PYW9kfxY4 | Combat Reptile | 1 |
231 | 231 | dec78bf6-3c56-48b5-93f6-00ee3c142118 | gs_C8F6GrBSvwHVgFm8CjKkmg4b | testOne | 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);