ManMan

ManMan

  • NA
  • 28
  • 723

Union ALL with different number of columnsl

Feb 27 2024 7:45 PM

I have an Employee table with these columns :

  • EmployeeId
  • Fullname
  • Phone
  • Department
  • Team
  • Function
  • Manager

and EmployeeHistory containing the history with different columns, but there are some in common :

  • EmployeeId
  • Fullname
  • Email
  • Geolocation
  • Department
  • Team
  • Function
  • Manager

How can I union them?


Answers (1)