cases

1 row where Country = "Scotland", "Date" is on date 2020-04-04 and TotalCases = 254

View and edit SQL

TotalCases

Date (date)

  • 2020-04-04 · 1

Country

  • Scotland · 1
Link Date Country AreaCode Area TotalCases
2020-04-04 Scotland S08000015 Ayrshire and Arran 254

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