people
2 rows where team = 29
This data as json, CSV (advanced)
Suggested facets: dob (date)
id ▲ | series | seat | name | dob | gender | hand | team | champion | TMI |
---|---|---|---|---|---|---|---|---|---|
78 | Series 13 13 | 1 | Ardal O'Hanlon | 1965-10-08 | M | R | Ardal and Chris 29 | ➚ | |
80 | Series 13 13 | 3 | Chris Ramsey | 1986-08-03 | M | R | Ardal and Chris 29 | ➚ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE people ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), seat INTEGER, name TEXT, dob TEXT, gender TEXT, hand TEXT, team INTEGER REFERENCES teams(id), champion INTEGER, TMI INTEGER );