Skip to content
Snippets Groups Projects
Commit 380f7ae8 authored by ik1g19's avatar ik1g19
Browse files

updated plot.sh

parent bba9c394
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ while IFS= read -r line; do ...@@ -23,7 +23,7 @@ while IFS= read -r line; do
ROWS BETWEEN ROWS BETWEEN
UNBOUNDED PRECEDING UNBOUNDED PRECEDING
AND CURRENT ROW AND CURRENT ROW
) AS 'cumulative UK deaths' ) AS 'cumulative deaths'
FROM Date FROM Date
INNER JOIN Virus ON date.dateRep = virus.dateRep AND virus.geoId = '$line' INNER JOIN Virus ON date.dateRep = virus.dateRep AND virus.geoId = '$line'
ORDER BY date.year, date.month, date.day ASC; ORDER BY date.year, date.month, date.day ASC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment