cases

6 rows where AreaCode = "N09000005", Country = "Northern Ireland" and TotalCases = 160

View and edit SQL

TotalCases

Country

  • Northern Ireland · 6

AreaCode

  • N09000005 · 6
Link Date Country AreaCode Area TotalCases
2020-05-29 Northern Ireland N09000005 Derry City and Strabane 160
2020-05-30 Northern Ireland N09000005 Derry City and Strabane 160
2020-05-31 Northern Ireland N09000005 Derry City and Strabane 160
2020-06-01 Northern Ireland N09000005 Derry City and Strabane 160
2020-06-02 Northern Ireland N09000005 Derry City and Strabane 160
2020-06-03 Northern Ireland N09000005 Derry City and Strabane 160

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