Advertisement
VoronVU

Untitled

Mar 27th, 2015
2,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT l.*
  2. FROM   LABORING l
  3. LEFT JOIN LABORING b ON (b.LAB_ID = l.LAB_BOSS_ID AND b.DEP_ID = l.DEP_ID)
  4. WHERE  b.LAB_ID IS NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement