participants
2 rows where gid = "00378680-88ef-4bea-bb35-0094fe542845"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
221943 | 221943 | 00378680-88ef-4bea-bb35-0094fe542845 | gs_jSjyYGfHvtRJtqBd9FRWjPMd | soma-noob v3[duels] | 0 |
221944 | 221944 | 00378680-88ef-4bea-bb35-0094fe542845 | gs_qrrCBDrwvMkV364PTqckFKgS | 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);