cases

2 rows where "Date" is on date 2020-03-26 and TotalCases = 85

View and edit SQL

TotalCases

Date (date)

  • 2020-03-26 · 2

Country

Link Date Country AreaCode Area TotalCases
2020-03-26 England E08000004 Oldham 85
2020-03-26 England E08000009 Trafford 85

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