cases

6 rows where "Date" is on date 2020-03-09 and TotalCases = 6

View and edit SQL

TotalCases

Date (date)

  • 2020-03-09 · 6

Country

Link Date Country AreaCode Area TotalCases
2020-03-09 England E06000052 Cornwall and Isles of Scilly 6
2020-03-09 England E08000003 Manchester 6
2020-03-09 England E09000013 Hammersmith and Fulham 6
2020-03-09 England E09000015 Harrow 6
2020-03-09 England E10000012 Essex 6
2020-03-09 England E10000018 Leicestershire 6

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