Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SELECT * FROM USERS
  2. WHERE
  3. (user_group="allow" OR user_group="admin")
  4. AND
  5. (user_subscription="autogoal" OR user_subscription="all")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement