Is it possible to write the query code below in CRXI as it is written? if so, how?
[Select *
from LMGHRDB.lm_ghr.EMPLOYEE
left join LMGHRDB.lm_ghr.EMPLOYEECONTACT
ON EMPLOYEE.EMPLOYEE = EMPLOYEECONTACT.EMPLOYEE
AND EMPLOYEECONTACT.CONTACTMETHOD = 1
AND EMPLOYEECONTACT.[DESCRIPTION] IN...
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.