子查询猜穗谨跟关联效率差不多,但要看你怎么写了。族判像LZ那样写法应该是关联查询快。查询中尽量避开用in、not in如果非用子查询你可以这穗基样写select * from t_user a where exists(select 1 from t_id b where a.iid = b.id)