We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0d27d + 417d593 commit 5c6128eCopy full SHA for 5c6128e
1 file changed
docs/t-sql/functions/var-transact-sql.md
@@ -34,21 +34,12 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
34
35
## Syntax
36
37
-```
38
--- Syntax for SQL Server and Azure SQL Database
39
-
40
-VAR ( [ ALL | DISTINCT ] expression )
41
- [ OVER ( [ partition_by_clause ] order_by_clause ) ]
42
43
44
45
--- Syntax for Azure SQL Data Warehouse and Parallel Data Warehouse
46
+```
47
-- Aggregate Function Syntax
48
VAR ( [ ALL | DISTINCT ] expression )
49
50
-- Analytic Function Syntax
51
-VAR (expression) OVER ( [ partition_by_clause ] order_by_clause)
+VAR ([ ALL ] expression) OVER ( [ partition_by_clause ] order_by_clause)
52
```
53
54
## Arguments
0 commit comments