我有一个PromotionRequest
有 4 列的表:
| PromoId | PromoType
----------------------
| 101 | 1 |
| 101 | 2 |
| 103 | 3 |
| 104 | 4 |
我有一个PromotionResponsek
有 4 列(PromoId
, PromoType
, Value
, PromoDesc
)的表,其中之一是PromoId
我必须找到其值与表PromotionResponse
的PromoId
值匹配的所有行。PromoId
PromotionRequest