Skip to content
Snippets Groups Projects
Commit 5d577196 authored by Andreas Bachmann's avatar Andreas Bachmann
Browse files

ADSAD

parent 053befed
Branches
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ WITH wettkampfjahre (wettkampfjahr, name, datum, ort) AS(
)
SELECT *
FROM wettkampfjahre;
----------------------------------------------------------------------
-- 2.2. GROUP-BY Funktionen
-- 2.2.1 GROUP BY-Klausel
SELECT tournier, COUNT(tournier) AS "Anmeldungen" FROM anmeldung GROUP BY tournier ORDER BY tournier;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment