cases

4 rows where "Date" is on date 2020-03-13 and TotalCases = 12

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-13 England E06000025 South Gloucestershire 12
2020-03-13 England E08000009 Trafford 12
2020-03-13 England E09000029 Sutton 12
2020-03-13 England E10000013 Gloucestershire 12

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