select people from people where CityID =(select CityID from S_City where CityName like '%北京%') and goupId=(select goupId from goup where goupName like '%专家%')
本文共 158 字,大约阅读时间需要 1 分钟。
select people from people where CityID =(select CityID from S_City where CityName like '%北京%') and goupId=(select goupId from goup where goupName like '%专家%')
转载地址:http://guhao.baihongyu.com/