participants
2 rows where gid = "00e4c6fc-2494-4d5a-8e27-fd4e47b922e4"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
23328 | 23328 | 00e4c6fc-2494-4d5a-8e27-fd4e47b922e4 | gs_W9bwSCktcJp7H6pKgRqSKWSH | Combat Reptile | 1 |
23329 | 23329 | 00e4c6fc-2494-4d5a-8e27-fd4e47b922e4 | gs_Wtb4KjPJmCP8DyqWqGGHBvPb | Gruppe8 | 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);