home / hth

shows_gig

2 rows where venue_id = 50

✎ 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
63 1 2007-08-30 00:00:00 2007-09-29 P.A.'s Lounge 50

with Big Bear, Ford & Fitzroy, and Lights

 
188 1 2011-12-25 13:08:24.267000 2012-01-14 P.A.'s Lounge 50

with Ted Billings (Age Rings), Richard Davies, and The Blue Dress

 

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