We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe87a11 + 6fdc569 commit 3b0d27dCopy full SHA for 3b0d27d
1 file changed
docs/t-sql/functions/varp-transact-sql.md
@@ -35,20 +35,11 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
35
## Syntax
36
37
```
38
--- Syntax for SQL Server and Azure SQL Database
39
-
40
-VARP ( [ 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
VARP ( [ ALL | DISTINCT ] expression )
49
50
-- Analytic Function Syntax
51
-VARP (expression) OVER ( [ partition_by_clause ] order_by_clause)
+VARP ([ ALL ] expression) OVER ( [ partition_by_clause ] order_by_clause)
52
53
54
## Arguments
0 commit comments