Viewing post 1 (of 1 total)
Hi.
Wouldn't the logic of the APPLY syntax be logically similar to the following:
SELECT
T.[ModelRegion]
,T.[TimeIndex]
,Sum(T.[Quantity]) AS [Quantity]
...
April 2, 2015 at 4:11 am
#1788228