We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbb869 commit f6f7c18Copy full SHA for f6f7c18
advanced-join/placements.sql
@@ -5,4 +5,4 @@ SELECT s.Name
5
FROM Students s , Friends f , Packages p1,Packages p2
6
WHERE s.ID = f.ID and s.ID = p1.ID and f.Friend_ID = p2.ID and
7
p1.Salary < p2.Salary
8
-ORDER BY p2.Salary
+ORDER BY p2.Salary;
0 commit comments