cases

9 rows where Country = "Wales" and "Date" is on date 2020-05-08 sorted by Area

View and edit SQL

Date (date)

  • 2020-05-08 · 4

Country

  • Wales · 4
Link Date Country AreaCode Area ▼ TotalCases
2020-05-08 Wales   Outside Wales 107
2020-05-08 Wales W11000024 Powys 218
2020-05-08 Wales W11000031 Swansea Bay 1713
2020-05-08 Wales   Unknown 69

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