Skip to content

Instantly share code, notes, and snippets.

@yojance
Created September 18, 2015 17:59
Show Gist options
  • Save yojance/54db77f5bfa5765bfeb6 to your computer and use it in GitHub Desktop.
Save yojance/54db77f5bfa5765bfeb6 to your computer and use it in GitHub Desktop.
Finding Expiring Discounts
SELECT post_id FROM wp_postmeta WHERE meta_key = 'expiry_date' AND meta_value <= '2015-09-18' AND meta_value != '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment