home / hth

shows_gig

3 rows where venue_id = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: publish_on (date), date (date)

id ▼ publish publish_on date venue_id description details
9 1 2008-12-17 00:00:00 2009-01-16 The Paradise Rock Club 8

with Dear Leader and Faces on Film.

 
21 1 2008-04-30 00:00:00 2008-05-30 The Paradise Rock Club 8

with Sea Wolf and The Jealous Girlfriends.

 
92 1 2007-01-10 00:00:00 2007-02-09 The Paradise Rock Club 8

with Dear Leader and Taxpayer

 

Advanced export

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

CSV options:

CREATE TABLE "shows_gig" ("id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "publish" bool NOT NULL, "publish_on" datetime NULL, "date" date NOT NULL, "venue_id" integer NOT NULL REFERENCES "shows_venue" ("id"), "description" text NOT NULL, "details" text NOT NULL);
CREATE INDEX "shows_gig_venue_id_88683346" ON "shows_gig" ("venue_id");
Powered by Datasette · Queries took 8.078ms