cases

2 rows where Country = "Scotland" and TotalCases = 127

View and edit SQL

Date (date)

TotalCases

Country

  • Scotland · 2
Link Date Country AreaCode Area TotalCases
2020-03-28 Scotland S08000030 Tayside 127
2020-04-04 Scotland S08000017 Dumfries and Galloway 127

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