Viewing post 1 (of 2 total)
Thanks for all your responses.
I wanted to avoid creating a temp table for this process so I have opted to use the
SELECT LocationId, MaterialId, Duration
FROM (
SELECT LocationId, MaterialId,...
December 3, 2014 at 9:28 am
#1762439