TdlM / taskmaster

Menu
  • Make shortlink

podcast

3 rows where guest = 90

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rating

id ▲ episode guest topic rating
101 100 John Kearns 90 Dafty in the middle. 120 5
117 116 John Kearns 90 This is Trevor. 61 5
149 148 John Kearns 90 Fagin at the disco. 147 4

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 13.052ms