cases

2 rows where Country = "Northern Ireland" and TotalCases = 360

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-15 Northern Ireland N09000001 Antrim and Newtownabbey 360
2020-05-21 Northern Ireland   Not Known 360

Advanced export

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

CSV options:

CREATE TABLE "cases" (
"Date" TEXT,
  "Country" TEXT,
  "AreaCode" TEXT,
  "Area" TEXT,
  "TotalCases" INTEGER
  ,PRIMARY KEY ([Date], [Country], [AreaCode], [Area])
);
Powered by Datasette · Query took 82.363ms · About: https://github.com/tomwhite/covid-19-uk-data