Sure:
Loan (PK = ccmpy_id, cloanid)
ccmpy_id cloaid scmpy_id sloanid
CAAREAL 1 SAAREAL 1
Company (PK = cmpy_id)
cmpy_id cmpy_name
CAAREAL Aareal Bank AG
SAAREAL Aareal Bank France
It is simply a coincidence that the Creditor's Company Id is similar to the Servicing Agent's...
In the below query, I have two fields (loan.ccmpy_id and the loan.scmpy_id) that relate to the company table's company.cmpy_id field. Pulling in the cmpy_name for the first cmpy_id was simple enough, but I am having difficulty pulling in the company name for the scmy_id field?
How do I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.