Last active
August 29, 2015 14:14
-
-
Save bhubbard/6cbd1c87c4cde9455677 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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