Skip to content

Commit 1d45596

Browse files
authored
Merge pull request #795 from daschall/patch-4
Update min-transact-sql.md
2 parents 3dc6e8a + ed81789 commit 1d45596

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/functions/min-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "MIN (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/13/2017"
@@ -38,8 +38,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
3838
```
3939
-- Syntax for SQL Server and Azure SQL Database
4040
41-
MIN ( [ ALL | DISTINCT ] expression )
42-
OVER ( [ partition_by_clause ] order_by_clause )
41+
MIN ( [ ALL | DISTINCT ] expression )
42+
[ OVER ( [ partition_by_clause ] order_by_clause ) ]
4343
```
4444

4545
```

0 commit comments

Comments
 (0)