Befehlsreferenz SQL: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
165 Bytes hinzugefügt ,  10:08, 25. Mär. 2021
Zeile 150: Zeile 150:
; <code>GROUP BY</code>
; <code>GROUP BY</code>
:  
:  
<syntaxhighlight lang="SQL">
SELECT Abteilung, COUNT(*) FROM personen GROUP BY Abteilung
</syntaxhighlight>
([http://sqlfiddle.com/#!9/f74511/9/0 Probier es aus])
; <code>HAVING</code>
; <code>HAVING</code>


Navigationsmenü