haitao: 这样?? [阅读: 428] 2006-03-16 02:31:07 select b.* from ( select ip from tb group by ip having count(user)>1 ) a left join tb b on a.ip=b.ip