Skip to content

Commit f5185aa

Browse files
authored
Create SQL Police Department 7
1 parent 66364a7 commit f5185aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SQL Police Department 7

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*Please submit all subscribers subscription dates and number of comments' details sorted by number of comments in descending order. Please make sure there are no duplicates.*/
2+
SELECT DISTINCT SubscriptionDate, Comments
3+
FROM subscribers
4+
ORDER BY Comments DESC;

0 commit comments

Comments
 (0)