Viewing 3 posts - 1 through 4 (of 4 total)
yes i tried row_number also partioned by C_ID and C-rank, but it gives same numbers. Not working.
I tries something like this and it works:
create table #Temp_Table
(
C_ID int
, C_Rank char(1)
, Date...
May 18, 2011 at 11:23 am
Hi Vineet,
I did that way but it do not fulfill the requirement.
It do not work for ID 45. as it assign value 2 to second 'B' rank.
cycle should be assigned...
May 18, 2011 at 7:40 am
Thanks for replying,
I have one more column,
ID rank cycle(to be generated) Ship...
May 17, 2011 at 12:52 pm
Viewing 3 posts - 1 through 4 (of 4 total)