Viewing 3 posts - 1 through 4 (of 4 total)
WayneS (11/1/2010)
Mods, please feel free to close this thread now.
We don't do that...
November 1, 2010 at 1:46 pm
Craig Farrell (11/1/2010)
First, nice work on the sampleset and work shown. Helped a lot.
I usually use a variant on your Method 2 and 3, along these lines:
select
et.ExampleTableID,
et.ExampleProduct,...
November 1, 2010 at 12:20 pm
WayneS (11/1/2010)
;WITH CTE AS(
SELECT t.ExampleTableID,
t.ExampleProduct,
t.ExampleValue,
RN = RANK() OVER (PARTITION...
November 1, 2010 at 12:13 pm
Viewing 3 posts - 1 through 4 (of 4 total)