Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6737162

Browse files
author
Murshed Zaman
committed
seperated out PDW
1 parent 0cb337c commit 6737162

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/t-sql/queries/select-group-by-transact-sql.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,26 @@ GROUP BY
7979
```
8080

8181
```
82-
-- Syntax for Azure SQL Data Warehouse and Parallel Data Warehouse
82+
-- Syntax for Azure SQL Data Warehouse
8383
8484
GROUP BY {
8585
column-name [ WITH (DISTRIBUTED_AGG) ]
8686
| column-expression
8787
| ROLLUP ( <group_by_expression> [ ,...n ] )
8888
} [ ,...n ]
8989
90+
```
91+
9092
```
93+
-- Syntax for Parallel Data Warehouse
9194
95+
GROUP BY {
96+
column-name [ WITH (DISTRIBUTED_AGG) ]
97+
| column-expression
98+
} [ ,...n ]
99+
100+
```
101+
92102
## Arguments
93103

94104
### *column-expression*

0 commit comments

Comments
 (0)