Concatenation according to condition
660366Mar 31 2010 — edited Apr 5 2010Hi All,
I ahve to concatenate the rows based on other row values....
example:
Col1 Col2
A X
A Y
B Z
B Y
needs to load into target table as:
Col1 Col2
A X:Y
B Z:Y
concate col2 accoring to col1
Thanks