Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Last active August 29, 2015 14:14
Show Gist options
  • Save bhubbard/6cbd1c87c4cde9455677 to your computer and use it in GitHub Desktop.
Save bhubbard/6cbd1c87c4cde9455677 to your computer and use it in GitHub Desktop.
SELECT ID FROM wp_posts WHERE post_content LIKE '%Agent Image%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%agent-image%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%agentimage%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%Design People%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%The Design People%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%TheDesignPeople%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%thedesignpeople%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment