I'd like to ask a lil help from everyone. I have this problem. I have like items in column 1 & 2:
COLUMN 1 COLUMN 2
0001 0043
0001 0056
0001 0078
0002 0043
I just need 1 row per distinct item in column 1 but I need the items in column 2. So I thought is it possible to like concatenate all 3 distinct number in column 2 with the same item in column 1?
I can't figure out what statement to write to get the result I need.