participants
4 rows where gid = "0086ce36-27e8-4642-b51d-2c89a484be61"
This data as json, CSV (advanced)
Suggested facets: won
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
90196 | 90196 | 0086ce36-27e8-4642-b51d-2c89a484be61 | gs_fKRkJMxcxHhRRG3m6C396tKC | Combat Reptile | 1 |
90197 | 90197 | 0086ce36-27e8-4642-b51d-2c89a484be61 | gs_HwHXVYdrxtdGYf68RDTPPjrP | Cobra Kai Never Die | 0 |
90198 | 90198 | 0086ce36-27e8-4642-b51d-2c89a484be61 | gs_cWBtbF8cM4pCKRMMkqgBgg74 | Prüzze v2 | 0 |
90199 | 90199 | 0086ce36-27e8-4642-b51d-2c89a484be61 | gs_YwhcrbHCKgtMv87YWbV7rCb7 | Battlesnakev2.0 | 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);