newmiracle

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

分类:

技术点:

相关文章: