jotto

Untitled

Sep 9th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT w.nazwa
  2. FROM wyposazenie w
  3. LEFT JOIN
  4. ma m
  5. ON m.wypos_id = w.id
  6. WHERE m.wypos_id IS NULL;
Advertisement
Add Comment
Please, Sign In to add comment