cases

4 rows where "Date" is on date 2020-03-27 and TotalCases = 33

View and edit SQL

Link Date Country AreaCode Area TotalCases
2020-03-27 England E06000020 Telford and Wrekin 33
2020-03-27 England E06000021 Stoke-on-Trent 33
2020-03-27 England E06000027 Torbay 33
2020-03-27 Scotland S08000022 Highland 33

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