This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
ALIGNMENT_ID, | |
MIN(VJ.ID) AS VERIFICATION_JOB_ID | |
FROM | |
DXDB.VERIFICATION_JOB VJ | |
JOIN DXDB.ALIGNMENT_JOB AL ON AL.ID = VJ.ALIGNMENT_ID | |
WHERE | |
ALIGNMENT_ID IN ( | |
SELECT | |
ALIGNMENT_JOB.ID |