participants
2 rows where gid = "00246124-8272-4cda-a7b5-d36d81ba0041"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
189181 | 189181 | 00246124-8272-4cda-a7b5-d36d81ba0041 | gs_pqmRVh3HyVB9FgwWPvqKpW9V | 🇺🇦🇷🇺 Shapeshifter 🇺🇦🇷🇺 | 0 |
189182 | 189182 | 00246124-8272-4cda-a7b5-d36d81ba0041 | gs_rtvpxSWh896y6tPJTDtKHwWH | 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);