我需要创建一个查询来返回 Customer_ID 具有多个与之关联的 Prospect_ID 的行。例如,我希望查询是 ale 以返回下面的第 2 行和第 3 行,因为 Customer_ID 是相同的,但 Prospect_ID 不同,但不是第 5 行和第 6 行,因为 Prospect_id 是相同的:
Prospect_ID Customer_ID
1001 31001
1002 31002
1003 31002
1004 31003
1005 31004
1005 31004