需要用不同的别名.例如对tbl表的查询select * from tbl a where a.name in (select b.manager_name from tbl b)这里的别名a和b均指代tbl.