TdlM / taskmaster

Menu
  • Make shortlink

task_winners

14 rows where winner = 47

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
393 The best pair of things 329 Sian Gibson 47
397 Convey an object using only facial expressions, noises, adjectives & verbs 332 Sian Gibson 47 ✓
400 The best burstable thing 335 Sian Gibson 47
403 Work out what Alex is wearing 337 Sian Gibson 47
406 The best present for a doctor 340 Sian Gibson 47
409 Make the best thing to entertain a toddler 342 Sian Gibson 47
411 Get the most weight into a hammock 343 Sian Gibson 47 ✓
413 Whip the bottle off the barrel 345 Sian Gibson 47
416 Make a realistic injury using food 348 Sian Gibson 47
425 Design an iconic album cover 354 Sian Gibson 47 ✓
427 Score a goal from the greatest distance 356 Sian Gibson 47
434 Answer the questions, pull the strings; do not release the green egg 362 Sian Gibson 47 ✓ ✓
449 Complete some tasks as one person 372 Sian Gibson 47 ✓
453 Make the most tremendous legs 376 Sian Gibson 47

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.173ms