Content deleted Content added
No edit summary |
No edit summary |
||
Line 7:
* <code>GROUP BY</code> – used to combine rows with related values into elements of a smaller set of rows.
* <code>HAVING</code> – used to identify which rows, following a GROUP BY, are to be retrieved.
* <code>ORDER BY</code> – used to identify which columns are used to sort the resulting data.
==Examples==
|