TdlM / taskmaster

Menu
  • Make shortlink

task_winners

9 rows where winner = 26

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
171 Get Alex to dry land 148 Nish Kumar 26
177 Slice bread using something from the caravan 154 Nish Kumar 26
179 Create the greatest splat 155 Nish Kumar 26 ✓
182 Paint your own canvas 156 Nish Kumar 26 ✓
186 Make a coconut businessman 159 Nish Kumar 26
206 Balance Alex on a see-saw 177 Nish Kumar 26
216 Make a funny flick book 187 Nish Kumar 26
220 Create the best graph 191 Nish Kumar 26
222 Write and perform a song about a stranger 193 Nish Kumar 26 ✓

Advanced export

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

CSV options:

CREATE TABLE task_winners (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   winner INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 7.007ms