Created
December 10, 2015 11:52
-
-
Save sohelamin/090b2c865cc78427b2a3 to your computer and use it in GitHub Desktop.
serialized sql query
This file contains 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 * | |
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