We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dc6e8a + ed81789 commit 1d45596Copy full SHA for 1d45596
1 file changed
docs/t-sql/functions/min-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "MIN (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
-MIN ( [ ALL | DISTINCT ] expression )
42
- OVER ( [ partition_by_clause ] order_by_clause )
+MIN ( [ ALL | DISTINCT ] expression )
+ [ OVER ( [ partition_by_clause ] order_by_clause ) ]
43
44
45
0 commit comments