cases

7 rows where Country = "Scotland" and TotalCases = 375

View and edit SQL

TotalCases

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases
2020-06-28 Scotland S08000022 Highland 375
2020-06-29 Scotland S08000022 Highland 375
2020-06-30 Scotland S08000022 Highland 375
2020-07-01 Scotland S08000022 Highland 375
2020-07-02 Scotland S08000022 Highland 375
2020-07-03 Scotland S08000022 Highland 375
2020-07-04 Scotland S08000022 Highland 375

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