Viewing 3 posts - 1 through 3 (of 3 total)
Thanks, but isn't that the point of using ROW_NUMBER() OVER (ORDER by m.Price ASC) in the first place -- to get the Rows in the proper order at the time...
June 12, 2007 at 3:33 pm
#712418
I'm using Row_Number() because I am dealing with a large number of records and only want to return the specific records in question
June 12, 2007 at 3:19 pm
#712411
Thanks for your reply
Unfortunately, I'm not quite following
I thought that the ROW_NUMBER() OVER (ORDER BY ...) statement was meant to take the place of an order by for the actual...
June 12, 2007 at 2:48 pm
#712403