Skip to content

Commit ffe316d

Browse files
authored
Merge pull request #198086 from timsander1/master
remove reference to roadmap
2 parents ceb36ad + a314835 commit ffe316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql/sql-query-group-by.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: timsander1
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.topic: conceptual
8-
ms.date: 09/01/2021
8+
ms.date: 05/12/2022
99
ms.author: tisande
1010

1111
---
@@ -41,7 +41,7 @@ The GROUP BY clause divides the query's results according to the values of one o
4141

4242
When a query uses a GROUP BY clause, the SELECT clause can only contain the subset of properties and system functions included in the GROUP BY clause. One exception is [aggregate functions](sql-query-aggregate-functions.md), which can appear in the SELECT clause without being included in the GROUP BY clause. You can also always include literal values in the SELECT clause.
4343

44-
The GROUP BY clause must be after the SELECT, FROM, and WHERE clause and before the OFFSET LIMIT clause. You currently cannot use GROUP BY with an ORDER BY clause but this is planned.
44+
The GROUP BY clause must be after the SELECT, FROM, and WHERE clause and before the OFFSET LIMIT clause. You cannot use GROUP BY with an ORDER BY clause.
4545

4646
The GROUP BY clause does not allow any of the following:
4747

0 commit comments

Comments
 (0)