Skip to content

Commit 5871e7c

Browse files
authored
Fix Content select-over-clause-transact-sql , Not AdventureWorks, should be AdventureWorksDW2019 #7598
1 parent 1924b41 commit 5871e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/select-over-clause-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ ORDER BY SalesOrderNumber,ProductKey;
620620
The following example shows using the OVER clause with an aggregate function in a calculated value. Notice that the aggregates are calculated by `SalesOrderNumber` and the percentage of the total sales order is calculated for each line of each `SalesOrderNumber`.
621621

622622
```sql
623-
-- Uses AdventureWorks
623+
-- Uses AdventureWorksDW2019
624624

625625
SELECT SalesOrderNumber AS OrderNumber, ProductKey AS Product,
626626
OrderQuantity AS Qty,

0 commit comments

Comments
 (0)