Viewing 15 posts - 2,101 through 2,115 (of 2,645 total)
See my answer in your other post.
https://www.sqlservercentral.com/Forums/FindPost2004619.aspx
October 19, 2018 at 7:30 am
;WITH CTE AS
(
SELECT a.HoldingID,
a.IndicatorID,
a.[Status],
a.HistoryDateTime,
CAST(a.HistoryDateTime AS date) AS ActivityDate,
...
October 19, 2018 at 6:55 am
Japie Botma - Friday, October 19, 2018 2:10 AMShould the first COUNT not be a SUM?
It would work with SUM but it...
October 19, 2018 at 6:12 am
October 19, 2018 at 4:21 am
October 18, 2018 at 11:21 am
I want to create...
October 18, 2018 at 10:17 am
October 18, 2018 at 10:07 am
October 18, 2018 at 7:05 am
October 18, 2018 at 6:23 am
October 18, 2018 at 4:52 am
October 17, 2018 at 10:42 am
October 16, 2018 at 9:03 am
October 16, 2018 at 8:15 am
October 16, 2018 at 8:06 am
Viewing 15 posts - 2,101 through 2,115 (of 2,645 total)