task_readers
4 rows where reader = 88
This data as json, CSV (advanced)
| id ▲ | task | reader | team | live |
|---|---|---|---|---|
| 230 | Create the best picture of a bird 661 | Dara Ó Briain 88 | ✓ | |
| 238 | Egg and spoon throw 678 | Dara Ó Briain 88 | ✓ | |
| 243 | Get this feather into the bath 691 | Dara Ó Briain 88 | ✓ | |
| 248 | Guess the length of the extendible item 698 | Dara Ó Briain 88 | ✓ | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE task_readers ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), reader INTEGER REFERENCES people(id), team INTEGER, live INTEGER );