cases

3 rows where "Date" is on date 2020-03-31 and TotalCases = 87

View and edit SQL

TotalCases

Date (date)

  • 2020-03-31 · 3

Country

Link Date Country AreaCode Area TotalCases
2020-03-31 England E06000002 Middlesbrough 87
2020-03-31 England E06000007 Warrington 87
2020-03-31 England E06000033 Southend-on-Sea 87

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