cases

5 rows where "Date" is on date 2020-03-19 and TotalCases = 11

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-03-19 · 5
Link Date Country AreaCode Area TotalCases
2020-03-19 England E06000014 York 11
2020-03-19 England E06000037 West Berkshire 11
2020-03-19 England E08000015 Wirral 11
2020-03-19 England E08000017 Doncaster 11
2020-03-19 Wales W11000023 Betsi Cadwaladr 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 204.283ms · About: https://github.com/tomwhite/covid-19-uk-data