I have a table which basically contain records like below
part size
1 900
1 910
1 920
2 900
2 910
3 920
3 930
i need an output in a another table concatinating size code as follow..
eg.
Part size
1 900910920
2 900910
3 920930
could u pls let me know how can i write cursor to get this result.
Thanks,
part size
1 900
1 910
1 920
2 900
2 910
3 920
3 930
i need an output in a another table concatinating size code as follow..
eg.
Part size
1 900910920
2 900910
3 920930
could u pls let me know how can i write cursor to get this result.
Thanks,