Hi Nishant,
you have to define "sequential" first, do those value have to be:
- really sequential (based on the position in the input file or some other order)
- without any gaps?
- or just unique?
IDENTITY will be be "just unique".
CSUM(1,1) should never be used, because it skewes to a single AMP (replace it with a ROW_NUMBER)
Dieter
Hi Nishant,
you have to define "sequential" first, do those value have to be:
- really sequential (based on the position in the input file or some other order)
- without any gaps?
- or just unique?
IDENTITY will be be "just unique".
CSUM(1,1) should never be used, because it skewes to a single AMP (replace it with a ROW_NUMBER)
Dieter