79664919

Date: 2025-06-13 13:29:50
Score: 0.5
Natty:
Report link
SELECT Acct.Id, TransactionCode, COUNT (*) as Cnt 
From Account
WHERE Acct.Id NOT IN (SELECT Acct.Id FROM Account WHERE TransactionCode NOT IN ('Code3','Code4') GROUP BY Acct.Id)
Group by Acct.Id, TransactionCode
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: stevestevesteve