cases

15 rows where Area = "Unknown" and Country = "Northern Ireland" sorted by TotalCases

View and edit SQL

Country

  • Northern Ireland · 4

Area

  • Unknown · 4
Link Date Country AreaCode Area TotalCases ▼
2020-04-06 Northern Ireland   Unknown 83
2020-04-07 Northern Ireland   Unknown 95
2020-04-08 Northern Ireland   Unknown 105
2020-04-09 Northern Ireland   Unknown 117

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