如下 select * from company where company.id in ( select id from name where name.id=2 ) 支持这样的语句吗。请高手指点一下?