participants
2 rows where gid = "4159a975-55f7-4425-a55e-ba38f90a3281"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
96 | 96 | 4159a975-55f7-4425-a55e-ba38f90a3281 | gs_XJKkV3CTwc6T6jjpjKMpCfGG | Snaky McSnakeface | 0 |
97 | 97 | 4159a975-55f7-4425-a55e-ba38f90a3281 | gs_XgBftSfWvBJc37hwhB4tWGkF | Combat Reptile | 1 |
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);