change task from tomorrow
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SELECT ProductID, SUM(Quantity) AS orderAnzahl
|
||||
FROM OrderDetails
|
||||
GROUP BY ProductID
|
||||
ORDER BY orderAnzahl ASC;
|
||||
SELECT bibNr, COUNT(*) AS orderAnzahl
|
||||
FROM Ausleihe
|
||||
GROUP BY bibNr
|
||||
HAVING COUNT(*) > 10;
|
||||
Reference in New Issue
Block a user