Guest User

Untitled

a guest
Dec 9th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT * FROM comments LEFT JOIN authors ON authors.id = comments.author_id AND authors.is_moderator = 1
  2.  
  3. d. SELECT * FROM comments LEFT JOIN authors ON authors.id = comments.author_id WHERE authors.is_moderator = 1
Add Comment
Please, Sign In to add comment