Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I unable to split numeric sequence according to input data example like i have source data
ID
10,
10,
20,
20
i want output with separate numeric sequence if input data changes like
Num,ID
10,10
11,10
12,10
20,20
21,20
30,30 like
Thank you so much, it's working..