cases

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

View and edit SQL

TotalCases

Date (date)

  • 2020-03-19 · 4

Country

Link Date Country AreaCode Area TotalCases
2020-03-19 England E06000042 Milton Keynes 26
2020-03-19 England E08000008 Tameside 26
2020-03-19 England E08000026 Coventry 26
2020-03-19 England E10000029 Suffolk 26

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