diff --git a/Chapter 2/Finding Duplicate Rows/Duplicate1.sql b/Chapter 2/Finding Duplicate Rows/Duplicate1.sql index 6d4dfd5..dc88edf 100644 --- a/Chapter 2/Finding Duplicate Rows/Duplicate1.sql +++ b/Chapter 2/Finding Duplicate Rows/Duplicate1.sql @@ -7,4 +7,5 @@ FROM Customer GROUP BY Customer.CustomerID, Customer.FirstName, Customer.LastName -ORDER BY NUM_ORDERS DESC \ No newline at end of file +ORDER BY NUM_ORDERS DESC +ORDER BY DUPLICATE DESC