cases

13 rows where Country = "Northern Ireland" and "Date" is on date 2020-03-26 sorted by Area

View and edit SQL

Date (date)

  • 2020-03-26 · 5

Country

  • Northern Ireland · 5
Link Date Country AreaCode Area ▼ TotalCases
2020-03-26 Northern Ireland N09000008 Mid and East Antrim 16
2020-03-26 Northern Ireland N09000010 Newry, Mourne and Down 13
2020-03-26 Northern Ireland N09000011 North Down and Ards 22
2020-03-26 Northern Ireland   Unknown 7
2020-03-26 Northern Ireland   Unknown 7

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