We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a07feb7 + bf9fa72 commit 2b5b7d0Copy full SHA for 2b5b7d0
1 file changed
docs/t-sql/functions/varp-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "VARP (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "03/13/2017"
@@ -38,8 +38,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
38
```
39
-- Syntax for SQL Server and Azure SQL Database
40
41
-VARP ( [ ALL | DISTINCT ] expression )
42
- OVER ( [ partition_by_clause ] order_by_clause ) nh
+VARP ( [ ALL | DISTINCT ] expression )
+ [ OVER ( [ partition_by_clause ] order_by_clause ) ]
43
44
45
0 commit comments