CodePudding user response:
1,The select a.f ield1, a.f ield2, a.f ield3, a.f ield4, a.f ield5, b. ield6, b. ield7
From a full outer join b
On a.f ield3=b. ield3 and a.f ield4=b. ield4 and a.f ield5=b. ield5
2,
The select a.f ield1, a.f ield2, a.f ield3, a.f ield4, a.f ield5, 'field6,' field7
From a
Union all
Select "field1, 'field2, b. ield3, b. ield4, b. ield5, b. ield6, b. ield7
The from b
CodePudding user response:
Has been successfully, thanks for bosses