cases

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

View and edit SQL

Date (date)

  • 2020-03-31 · 3

Country

  • Northern Ireland · 3
Link Date Country AreaCode Area ▼ TotalCases
2020-03-31 Northern Ireland N09000010 Newry, Mourne and Down 44
2020-03-31 Northern Ireland N09000011 North Down and Ards 61
2020-03-31 Northern Ireland   Unknown 29

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