Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT l.*
- FROM LABORING l
- LEFT JOIN LABORING b ON (b.LAB_ID = l.LAB_BOSS_ID AND b.DEP_ID = l.DEP_ID)
- WHERE b.LAB_ID IS NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement