cases

4 rows where "Date" is on date 2020-04-04 and TotalCases = 208

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-04-04 · 4
Link Date Country AreaCode Area TotalCases
2020-04-04 England E06000057 Northumberland 208
2020-04-04 England E08000034 Kirklees 208
2020-04-04 England E08000037 Gateshead 208
2020-04-04 Scotland S08000019 Forth Valley 208

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