cases

11 rows where Country = "Scotland" and TotalCases = 346

View and edit SQL

TotalCases

  • 346 · 11

Country

  • Scotland · 11
Link Date Country AreaCode Area TotalCases
2020-06-21 Scotland S08000016 Borders 346
2020-06-22 Scotland S08000016 Borders 346
2020-06-23 Scotland S08000016 Borders 346
2020-06-24 Scotland S08000016 Borders 346
2020-07-18 Scotland S08000016 Borders 346
2020-07-19 Scotland S08000016 Borders 346
2020-07-20 Scotland S08000016 Borders 346
2020-07-21 Scotland S08000016 Borders 346
2020-07-22 Scotland S08000016 Borders 346
2020-07-23 Scotland S08000016 Borders 346
2020-07-24 Scotland S08000016 Borders 346

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