Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. SELECT tcr_wpposts.* FROM tcr_wpposts WHERE 1=1 AND (
  2. tcr_wpposts.ID NOT IN (
  3. SELECT object_id
  4. FROM tcr_wpterm_relationships
  5. WHERE term_taxonomy_id IN (52)
  6. )
  7. ) AND tcr_wpposts.post_type = 'articles' AND (tcr_wpposts.post_status = 'publish' OR tcr_wpposts.post_status = 'private') GROUP BY tcr_wpposts.ID ORDER BY tcr_wpposts.post_date DESC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement