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