查询一张表中某两个字段相同的数据
SELECT id FROM Group_Info t WHERE ( SELECT COUNT ( 1 ) FROM Group_Info b WHERE b.GroupID= t.GroupID AND b.OrderId= t.OrderId ) > 1