Hi All, Would really appreciate some help here. Lets say I have 2 tables Table 1= ABCD 1234 ABCD 2345 Table 2= DEFG 3456 DEFG 4567 I need to create a 3rd table as Table 3= ABCD 1234 ABCD 2345 DEFG 3456 DEFG 4567 I have tried UNION and INTERSECT but cannot get the output I expect. Regards, bjoshi
↧