Skip to content

Commit 627fbcd

Browse files
authored
Update article-views-ii.sql
1 parent 37b5d7e commit 627fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/article-views-ii.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ FROM views
66
GROUP BY viewer_id,
77
view_date
88
HAVING Count(DISTINCT article_id) > 1
9-
ORDER BY viewer_id
9+
ORDER BY id

0 commit comments

Comments
 (0)