GROUP BY
|
Previous Top Next |
· | Be in one of the tables specified in the FROM clause of the query.
|
· | Be in the SELECT clause of the query.
|
· | Cannot have an aggregate function applied to it.
|
· | Be in the GROUP BY clause of the query.
|
· | Be in the subject of an aggregate function.
|