SQL 列出某列有重复的记录

select * from ReportCustomMission where ProjectCode in (select ProjectCode from ReportCustomMission group by ProjectCode having(count(*> 1))

posted on 2012-08-13 17:39  jxgxy  阅读(464)  评论(0)    收藏  举报

导航