cases

14 rows where Area = "Derry and Strabane" and Country = "Northern Ireland" sorted by TotalCases

View and edit SQL

Country

  • Northern Ireland · 3

Area

  • Derry and Strabane · 3
Link Date Country AreaCode Area TotalCases ▼
2020-04-10 Northern Ireland N09000005 Derry and Strabane 77
2020-04-15 Northern Ireland N09000005 Derry and Strabane 133
2020-04-16 Northern Ireland N09000005 Derry and Strabane 144

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 25.497ms · About: https://github.com/tomwhite/covid-19-uk-data