TdlM / taskmaster

Menu
  • Make shortlink

task_readers

4 rows where reader = 42

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task reader team live
89 Silently mouth a ten word fact to Greg 281 Rhod Gilbert 42 ✓
92 Make yourselves appear as large or small as possible 292 Rhod Gilbert 42 ✓
100 Bob, pat, kneel, stew, or wane 310 Rhod Gilbert 42 ✓
102 Complete a 24-shot rally 315 Rhod Gilbert 42 ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_readers (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   reader INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 7.254ms