G
Guest
I have a table with a firm-id field and rank field. I want to update the
rank field in the table with a sequence number from 1 to whatever for each
firm-id group.
now:
firm-id rank
1
1
1
2
2
3
want:
firm-id rank
1 1
1 2
1 3
2 1
2 2
3 1
table name is master. all help appreciated!
rank field in the table with a sequence number from 1 to whatever for each
firm-id group.
now:
firm-id rank
1
1
1
2
2
3
want:
firm-id rank
1 1
1 2
1 3
2 1
2 2
3 1
table name is master. all help appreciated!