cases

3 rows where Country = "Scotland" and TotalCases = 23

View and edit SQL

Date (date)

TotalCases

Country

  • Scotland · 3
Link Date Country AreaCode Area TotalCases
2020-03-20 Scotland S08000019 Forth Valley 23
2020-03-22 Scotland S08000020 Grampian 23
2020-03-26 Scotland S08000016 Borders 23

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