participants
4 rows where gid = "0064070a-39ab-4f3b-81bc-9446e696b528"
This data as json, CSV (advanced)
Suggested facets: won
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
32090 | 32090 | 0064070a-39ab-4f3b-81bc-9446e696b528 | gs_HjV6qC9yCBY8x3jCJMB7ppD9 | Combat Reptile | 1 |
32091 | 32091 | 0064070a-39ab-4f3b-81bc-9446e696b528 | gs_cDxCXBCc6FGxmSCqgg3qTBJR | 🇺🇦🇷🇺 Shapeshifter 🇺🇦🇷🇺 | 0 |
32092 | 32092 | 0064070a-39ab-4f3b-81bc-9446e696b528 | gs_pF6CxPPvdQrCj8wTtfwHF3fW | Secret Snake | 0 |
32093 | 32093 | 0064070a-39ab-4f3b-81bc-9446e696b528 | gs_fbDTFSgV76tPVmJQrB3GrBmB | Stroopwafel 🧇 | 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);