1.IN( 内外表做hash链接)select * from A where id in (select id from B);//先执行in()并将查询数据放入缓存、再执行主表A查询 同:List resultSet=[];Array A=(select * from A);Array B=(se... Read More
posted @ 2014-04-26 23:19 naw Views(165) Comments(0) Diggs(0)