mysql找出重复数据的方法<pre>select openid,count(openid) from info group by openid,jichushezhi_id HAVING count(openid)>1</pre>