判断一个表里面有没有相同的数据

select * from (select code,count(code) num from mmf group by code) a where a.num>=2

posted on 2018-04-30 21:39  wwwlzp  阅读(143)  评论(0)    收藏  举报

导航