bhubbard
1/30/2015 - 10:38 PM

gistfile1.txt

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%'