Skip to content

Commit 87dc218

Browse files
Minor formatting change
1 parent 1293612 commit 87dc218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Popular Posts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| session_endtime | timestamp |
3030
| platform | varchar(20) |
3131

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>
3333
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.
3434

3535
<details>

0 commit comments

Comments
 (0)