cases

1 row where Area = "Mid and East Antrim", Country = "Northern Ireland" and "Date" is on date 2020-04-10

View and edit SQL

Date (date)

  • 2020-04-10 · 1

Country

  • Northern Ireland · 1

Area

  • Mid and East Antrim · 1
Link Date Country AreaCode Area TotalCases
2020-04-10 Northern Ireland N09000008 Mid and East Antrim 102

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