microsky
MIS
- May 7, 2001
- 33
I have a question about to unite two tables into one, the details as following:
Source Table A:
col1 col2
a x
a xx
Source Table B:
b y
b yy
And I want to get the Target Table C as:
a x b y
a xx b yy
Any one hnow how to get the target table?
Thanks,
WangYun
Source Table A:
col1 col2
a x
a xx
Source Table B:
b y
b yy
And I want to get the Target Table C as:
a x b y
a xx b yy
Any one hnow how to get the target table?
Thanks,
WangYun