Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Data Analysis

    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

  • RE: Early to development

    GilaMonster - Thursday, December 21, 2017 2:35 PM

    You probably want to use EXISTS and/or NOT EXISTS

    Perfect!  Thanks for the help!

  • RE: Early to development

    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,...

Viewing 3 posts - 1 through 3 (of 3 total)