add task two of today
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SELECT ProductID, SUM(Quantity) AS orderAnzahl
|
||||
FROM OrderDetails
|
||||
GROUP BY ProductID
|
||||
ORDER BY orderAnzahl ASC;
|
||||
Reference in New Issue
Block a user