TdlM / taskmaster

Menu
  • Make shortlink

podcast

4 rows where guest = 67

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
28 28 Sarah Kendall 67 Slap and tong. 90 5
34 33 Sarah Kendall 67 Activate Jamali. 95  
75 74 Sarah Kendall 67 Roadkill doused in syrup. 41 4
105 104 Sarah Kendall 67 The system of endless plates. 124 5

Advanced export

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

CSV options:

CREATE TABLE podcast (
   id      INTEGER PRIMARY KEY,
   episode INTEGER,
   guest   INTEGER REFERENCES people(id),
   topic   INTEGER REFERENCES episodes(id),
   rating  REAL
);
Powered by Datasette · Queries took 6.401ms