TdlM / taskmaster

Menu
  • Make shortlink

intros

5 rows where person = 82

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ series clip person task
475 Series 13 13 ▶ Sophie Duker 82 Duel with Alex 601
480 Series 13 13 ▶ Sophie Duker 82 Make the longest cup snake 644
491 Series 13 13 ▶ Sophie Duker 82 Get the most surprising thing delivered 643
500 Series 13 13 ▶ Sophie Duker 82 Show off 632
505 Series 13 13 ▶ Sophie Duker 82 Create an edible sculpture 634

Advanced export

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

CSV options:

CREATE TABLE intros (
   id     INTEGER PRIMARY KEY,
   series INTEGER REFERENCES series(id),
   clip   INTEGER,
   person INTEGER REFERENCES people(id),
   task   INTEGER REFERENCES tasks(id)
);
Powered by Datasette · Queries took 12.609ms