select o1.emp_name as 员工姓名1 , o2.emp_name as 员工姓名2 from tableTest
join employee o1
on tabletest.[Emp_ID1] = o1.[emp_id] 
join employee o2
on tabletest.[Emp_ID2] = o2.[emp_id]

 

相关文章:

  • 2022-02-07
  • 2023-03-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-09-17
相关资源
相似解决方案