Skip to content

Instantly share code, notes, and snippets.

@ChrisBuchholz
Created October 8, 2013 09:20
Show Gist options
  • Save ChrisBuchholz/6881997 to your computer and use it in GitHub Desktop.
Save ChrisBuchholz/6881997 to your computer and use it in GitHub Desktop.
SELECT wp_2_posts.* FROM wp_2_posts WHERE 1=1 AND wp_2_posts.post_type = 'lease' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'private') ORDER BY wp_2_posts.post_date DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment