cases

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

View and edit SQL

Date (date)

  • 2020-05-04 · 3

Country

  • Northern Ireland · 3
Link Date Country AreaCode Area ▼ TotalCases
2020-05-04 Northern Ireland N09000008 Mid and East Antrim 259
2020-05-04 Northern Ireland N09000010 Newry, Mourne and Down 231
2020-05-04 Northern Ireland   Not Known 311

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