We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122f14f commit 3b2d22eCopy full SHA for 3b2d22e
README.md
@@ -51,7 +51,7 @@ This command will load the views directly into the 'news' database. Alternative
51
GROUP BY time ORDER BY time;
52
53
CREATE VIEW badrqsts AS
54
- SELECT time, COUNT(status) AS bad FROM days
+ SELECT time, COUNT(status) AS bad FROM totalrqsts
55
WHERE status = '404 NOT FOUND' GROUP BY time ORDER BY time;
56
57
CREATE VIEW dailyerrors AS
create_views.sql
@@ -25,7 +25,7 @@
25
26
27
28
29
30
31
0 commit comments