-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
104's markdown source:
##104) Using the GROUP BY ALL <column>, GROUP BY <number>, COMPUTE, or COMPUTE BY clause
The GROUP BY ALL <column> clause and the GROUP BY <number> clause are deprecated.
There are other ways to perform these operations using the standard GROUP BY syntax.
The COMPUTE and COMPUTE BY operations were devised for printed summary results.
The ROLLUP clause is a better alternative.renders as:
104) Using the GROUP BY ALL , GROUP BY , COMPUTE, or COMPUTE BY clause
The GROUP BY ALL clause and the GROUP BY clause are deprecated. There are other ways to perform these operations using the standard GROUP BY syntax. The COMPUTE and COMPUTE BY operations were devised for printed summary results. The ROLLUP clause is a better alternative.
Which isn't true.
Metadata
Metadata
Assignees
Labels
No labels