home / covid-19-uk
select Date, Country, AreaCode, Area, TotalCases from cases where "AreaCode" = :p0 and "Country" = :p1 and date("Date") = :p2 and ((Date > :p3) or (Date = :p3 and Country > :p4) or (Date = :p3 and Country = :p4 and AreaCode > :p5) or (Date = :p3 and Country = :p4 and AreaCode = :p5 and Area > :p6)) order by Date, Country, AreaCode, Area limit 101
p0
p1
p2
p3
p4
p5
p6
Format SQL
This data as json, CSV