cases

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

View and edit SQL

TotalCases

Date (date)

  • 2020-03-09 · 2

Country

Link Date Country AreaCode Area TotalCases
2020-03-09 England E09000028 Southwark 18
2020-03-09 England E09000033 Westminster 18

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