Viewing 3 posts - 1 through 3 (of 3 total)
Does this help? Just a small sample of the tables.
Loan Table:
ProcessDate-------------ParentAccount-----------CloseDate-------------ChargeOffDate----------------OriginalBalance---------------Type
20180208-------------------0000012430-------------NULL--------------------NULL------------------------------NULL---------------------------77
20180208-------------------0000017770-------------NULL--------------------NULL------------------------------NULL---------------------------77
20180208-------------------0000017770-------------NULL--------------------NULL------------------------------500-----------------------------77
Savings Table:
ProcessDate------------ParentAccount-------------ShareCode-------------CloseDate
20180208-----------------0000012430---------------------1------------------------NULL
20180208-----------------0000017770---------------------1------------------------NULL
20180208-----------------0000017770---------------------1------------------------NULL
Account Table:
ProcessDate--------------AccountNumber------------CloseDate
20180208--------------------0000012430------------------NULL
20180208--------------------0000017770------------------NULL
February 9, 2018 at 2:38 pm
GilaMonster - Thursday, December 21, 2017 2:35 PMYou probably want to use EXISTS and/or NOT EXISTS
Perfect! Thanks for the help!
January 5, 2018 at 1:07 pm
Thank you, maybe I'm not explaining my issue clearly.
I want to get all of the Accounts, regardless of whether they have a 1 or 2 in the ShareType column,...
December 21, 2017 at 2:48 pm
Viewing 3 posts - 1 through 3 (of 3 total)