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