Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SELECT po.*,
  2. (SELECT stat.Datum
  3. FROM obprodstatus stat
  4. WHERE stat.OnbekendProductID = ob.OnbekendProductID)
  5. AS DatumStatus
  6. FROM productomschrijving po
  7. INNER JOIN onbekendproduct ob
  8. ON ob.onbekendproductid = po.onbekendproductid
  9. WHERE ob.afgesloten = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement