You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Popular Posts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
| session_endtime | timestamp |
30
30
| platform | varchar(20) |
31
31
32
-
The column 'perc_viewed' in the table 'post_views' denotes the percentage of the session duration time the user spent viewing a post. <b>
32
+
The column 'perc_viewed' in the table 'post_views' denotes the percentage of the session duration time the user spent viewing a post. <br>
33
33
Write a SQL query to calculate the total time that each post was viewed by users. Output post ID and the total viewing time in seconds, but only for posts with a total viewing time of over 5 seconds.
0 commit comments