cases

3 rows where "Date" is on date 2020-03-19 and TotalCases = 42

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-03-19 · 3
Link Date Country AreaCode Area TotalCases
2020-03-19 England E09000004 Bexley 42
2020-03-19 England E09000031 Waltham Forest 42
2020-03-19 Wales W11000031 Swansea Bay 42

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