cases

4 rows where "Date" is on date 2020-03-26 and TotalCases = 52

View and edit SQL

TotalCases

Date (date)

  • 2020-03-26 · 4

Country

Link Date Country AreaCode Area TotalCases
2020-03-26 England E06000025 South Gloucestershire 52
2020-03-26 England E08000002 Bury 52
2020-03-26 England E08000013 St. Helens 52
2020-03-26 England E08000032 Bradford 52

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