participants
4 rows where gid = "002b465d-c292-4a31-99f6-1f2a9ea5989a"
This data as json, CSV (advanced)
Suggested facets: won
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
147985 | 147985 | 002b465d-c292-4a31-99f6-1f2a9ea5989a | gs_mr4MjcJyX8Db8yRr4T6PP8MP | beta marvin | 0 |
147986 | 147986 | 002b465d-c292-4a31-99f6-1f2a9ea5989a | gs_WfcYKpFTxH9DdXH6J9RrgktM | Combat Reptile | 1 |
147987 | 147987 | 002b465d-c292-4a31-99f6-1f2a9ea5989a | gs_cQrrbdPkpYgVjcBQSRBhHrHY | Ami ☮ | 0 |
147988 | 147988 | 002b465d-c292-4a31-99f6-1f2a9ea5989a | gs_Bf8Q9XWJpTHH7xcH6SdSTmtb | Prüzze v2 | 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);