Skip to content

Commit

Permalink
Added WindowsDateTime column to StockTradeTotals output stream. This c…
Browse files Browse the repository at this point in the history
…loses fabragaMS#6
  • Loading branch information
rivms committed Dec 4, 2019
1 parent bccf162 commit cd16c83
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 cd16c83

Please sign in to comment.