select HYB.id ,* from HYB where HYB.id in(select INF.id ,* from INF )  执行后提示:消息 116,级别 16,状态 1,第 1 行  当没有用 EXISTS 引入子查询时,在选择列表中只能指定一个表达式。sql