Is there a more elegant way to solve this problem?

后端 未结 0 794

This is what I came up with:

select p.name, c.name
from people p
join companies c
on p.company_id = c.id 
where p.company_id in (
    select id
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题