1   select * from   t_friendlist where f_id=" + Bpl[0] + " or  f_friendId="+Bpl[0]+") 
执行效率快还是分两次查询快???2  数据库查询是多个连接conncetion快还是一个connection中多个adatper快