This query requires editing of Account Number before being executed
SELECT*FROM SIMSData.dbo.EventSummary WHERE SIMSData.dbo.EventSummary.AccountID IN (SELECT ID FROM SIMSData.dbo.AccountMain WHERE AccountNumber = 'RR-LL-AAAA’)
SELECT*FROM SIMSData.dbo.EventSummary WHERE SIMSData.dbo.EventSummary.AccountID IN (SELECT ID FROM SIMSData.dbo.AccountMain WHERE AccountNumber = 'RR-LL-AAAA’)
Thank you! Your comment has been submitted for approval.