Skip to content

Commit 9f6310d

Browse files
authored
Fixes MicrosoftDocs/sql-docs#3999
fixes example text
1 parent cf9642a commit 9f6310d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/queries/select-having-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "HAVING (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/28/2017"
4+
ms.date: "01/21/2020"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -55,7 +55,7 @@ ORDER BY SalesOrderID ;
5555
```
5656

5757
## Examples: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]
58-
The following example uses a `HAVING` clause to retrieve the total for each `SalesAmount` from the `FactInternetSales` table when the `OrderDateKey` is in the year 2004 or later.
58+
The following example uses a `HAVING` clause to retrieve the total `SalesAmount` that exceeds `80000` for each `OrderDateKey` from the `FactInternetSales` table.
5959

6060
```sql
6161
-- Uses AdventureWorks

0 commit comments

Comments
 (0)