I have a problem, I need to be able to pull fields from a table and can have 2 possible id's that can refer to the same id field in the table but come from 2 different tables.
I need to be able to do syntax like the following:
LEFT OUTER JOIN
chrisprd.TASSIGNMENT A
on chrisprd.TREF_CLIENT.REFER_ID chrisprd.TASSIGNMENT.D_ENT_FOR_ID
or
on chrisprd.TCAS_CLIENT.CAS_ID = chrisprd.TASSIGNMENT.D_END_FOR_ID
Does anyone know how to perform this join?
I need to be able to do syntax like the following:
LEFT OUTER JOIN
chrisprd.TASSIGNMENT A
on chrisprd.TREF_CLIENT.REFER_ID chrisprd.TASSIGNMENT.D_ENT_FOR_ID
or
on chrisprd.TCAS_CLIENT.CAS_ID = chrisprd.TASSIGNMENT.D_END_FOR_ID
Does anyone know how to perform this join?