cases

14 rows where Country = "Northern Ireland" and TotalCases = 257

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-06-12 Northern Ireland N09000009 Mid Ulster 257
2020-06-19 Northern Ireland N09000009 Mid Ulster 257
2020-06-20 Northern Ireland N09000009 Mid Ulster 257
2020-06-21 Northern Ireland N09000009 Mid Ulster 257
2020-06-22 Northern Ireland N09000009 Mid Ulster 257
2020-06-23 Northern Ireland N09000009 Mid Ulster 257
2020-06-24 Northern Ireland N09000009 Mid Ulster 257
2020-06-25 Northern Ireland N09000009 Mid Ulster 257
2020-06-26 Northern Ireland N09000009 Mid Ulster 257
2020-06-27 Northern Ireland N09000009 Mid Ulster 257
2020-06-28 Northern Ireland N09000009 Mid Ulster 257
2020-06-29 Northern Ireland N09000009 Mid Ulster 257
2020-06-30 Northern Ireland N09000009 Mid Ulster 257
2020-07-01 Northern Ireland N09000009 Mid Ulster 257

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