cases

1 row where AreaCode = "S08000017", Country = "Scotland" and "Date" is on date 2020-03-26

View and edit SQL

Date (date)

  • 2020-03-26 · 1

Country

  • Scotland · 1

AreaCode

  • S08000017 · 1
Link Date Country AreaCode Area TotalCases
2020-03-26 Scotland S08000017 Dumfries and Galloway 39

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