cases

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

View and edit SQL

Date (date)

  • 2020-03-16 · 1

Country

  • Scotland · 1

AreaCode

  • S08000031 · 1
Link Date Country AreaCode Area TotalCases
2020-03-16 Scotland S08000031 Greater Glasgow and Clyde 44

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