Skip to content

Instantly share code, notes, and snippets.

@rsharrer
Created March 14, 2015 03:04
Show Gist options
  • Save rsharrer/057b92044d66f5f872f0 to your computer and use it in GitHub Desktop.
Save rsharrer/057b92044d66f5f872f0 to your computer and use it in GitHub Desktop.
search for domain
SELECT * FROM `wp_posts` WHERE `guid` LIKE "http://dev.ceramicartsdaily.org/%" AND `post_type` = 'attachment'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment