cases

6 rows where Country = "Northern Ireland" and TotalCases = 249

View and edit SQL

Suggested facets: AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-05-04 Northern Ireland N09000011 Ards and North Down 249
2020-05-12 Northern Ireland N09000010 Newry, Mourne and Down 249
2020-06-14 Northern Ireland N09000004 Causeway Coast and Glens 249
2020-06-18 Northern Ireland N09000004 Causeway Coast and Glens 249
2020-06-19 Northern Ireland N09000004 Causeway Coast and Glens 249
2020-06-20 Northern Ireland N09000004 Causeway Coast and Glens 249

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