Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT
  2. linkBook_table.book
  3. FROM
  4. linkBook_table
  5. LEFT OUTER JOIN
  6. loadBook_table
  7. ON
  8. linkBook_table.book = loadBook_table.book
  9. WHERE
  10. loadBook_table.book IS NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement