We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e737996 commit 66364a7Copy full SHA for 66364a7
SQL Police Department 6
@@ -0,0 +1,4 @@
1
+/*Please submit all records' details sorted by join dates in descending order.*/
2
+SELECT PassChangeCount, FirstName, FamilyName, Email, Joined
3
+FROM mailing_list
4
+ORDER BY Joined DESC;
0 commit comments