cases

3 rows where "Date" is on date 2020-03-09 and TotalCases = 11

View and edit SQL

TotalCases

Date (date)

  • 2020-03-09 · 3

Country

Link Date Country AreaCode Area TotalCases
2020-03-09 England E09000003 Barnet 11
2020-03-09 England E10000007 Derbyshire 11
2020-03-09 England E10000030 Surrey 11

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