participants
2 rows where gid = "60367ce4-a1b4-463b-8a63-64233366af94"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
212 | 212 | 60367ce4-a1b4-463b-8a63-64233366af94 | gs_PVyrQ3rftt6qp7fXJdJDPvqM | Combat Reptile | 1 |
213 | 213 | 60367ce4-a1b4-463b-8a63-64233366af94 | gs_VRwdhXtvpJ6y86Bj6QWkQVSK | haspid | 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);