Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Created December 10, 2015 11:52
Show Gist options
  • Save sohelamin/090b2c865cc78427b2a3 to your computer and use it in GitHub Desktop.
Save sohelamin/090b2c865cc78427b2a3 to your computer and use it in GitHub Desktop.
serialized sql query
SELECT *
FROM `site_posts`
WHERE `category_slug` REGEXP 's:[0-9]+:"uncategoriz".*'
LIMIT 0 , 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment