Viewing 2 posts - 1 through 3 (of 3 total)
Mark-101232, was going to go down that road, but I thought I needed to add an INNER JOIN statement to the two sub queries. If this not the case,...
January 20, 2010 at 10:01 am
#1106164
Sorry. I should have explained this portion of the statement:
WHERE JOB.EFFDT = (SELECT MAX(A.EFFDT) FROM PS_JOB A
WHERE A.EMPLID = JOB.EMPLID
AND A.EMPL_RCD_NBR = JOB.EMPL_RCD_NBR
AND...
January 20, 2010 at 9:59 am
#1106162