MySQL中查询select * from a where id in (select id from b )如何提高效率?

NoSuchKey