participants
2 rows where gid = "000ac45e-757c-46f1-b2ae-82627b73aa66"
This data as json, CSV (advanced)
Link | rowid ▼ | gid | sid | name | won |
---|---|---|---|---|---|
91902 | 91902 | 000ac45e-757c-46f1-b2ae-82627b73aa66 | gs_G7SWXPPK9mbXgwjh9dWJ36xd | Combat Reptile | 1 |
91903 | 91903 | 000ac45e-757c-46f1-b2ae-82627b73aa66 | gs_6fvKtjqh7K8tTx3Wb9Cmx879 | ich duelliere marvin | 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);