Skip to content

Commit

Permalink
Merge pull request fabragaMS#7 from rivms/master
Browse files Browse the repository at this point in the history
Added WindowsDateTime column to StockTradeTotals output stream. This …
  • Loading branch information
fabragaMS authored Dec 6, 2019
2 parents bccf162 + cd16c83 commit 883795e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lab/Lab5/Lab5.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ GROUP BY Company.CompanyName, HoppingWindow(second, 30, 5)
SELECT
sum(Trade.Quantity * Trade.Price) as TotalTradedAmount
, count(*) as TotalTradeCount
, System.Timestamp as WindowDateTime
INTO
[StockTradeTotals]
FROM
Expand Down
Binary file modified Lab/Lab5/Media/Lab5-Image34.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 883795e

Please sign in to comment.