TdlM / taskmaster

Menu
  • Make shortlink

podcast

3 rows where guest = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
4 4 Paul Chowdhry 15 Toshwash. 78 1
38 37 Paul Chowdhry 15 A very nuanced character. 15 3.894
136 135 Paul Chowdhry 15 Bready bready bready. 70 1

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