How to make inner join with sub queries in SQL Server?
I have an Orders
table with columns orderId
, OrderNumber
and another table Order transactions
with orderId
, orderstatuscode
columns and orderstatuscode
values like 'SHI', 'PAY', 'APQ'.
In Orders transactions
table I have multiple record with orderid
and orderstatuscode
.
I want result among all traction we need orders where it should have PAY transaction but not APQ transaction
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…