cases

2 rows where Country = "Northern Ireland", "Date" is on date 2020-04-16 and TotalCases = 144

View and edit SQL

TotalCases

Date (date)

  • 2020-04-16 · 2

Country

  • Northern Ireland · 2
Link Date Country AreaCode Area TotalCases
2020-04-16 Northern Ireland N09000005 Derry and Strabane 144
2020-04-16 Northern Ireland N09000008 Mid and East Antrim 144

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