task_readers
4 rows where reader = 38
This data as json, CSV (advanced)
id ▲ | task | reader | team | live |
---|---|---|---|---|
90 | Get dressed while wearing handcuffs 286 | James Acaster 38 | ✓ | |
94 | Make a soap opera cliffhanger 297 | James Acaster 38 | ✓ | |
97 | Build an extension to the Taskmaster house 303 | James Acaster 38 | ✓ | |
104 | Sausage or finger? 322 | James Acaster 38 | ✓ |
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 );