
Untitled
By: a guest on
Apr 17th, 2012 | syntax:
MySQL | size: 0.21 KB | hits: 23 | expires: Never
UPDATE 'wp_posts' set 'post_type' = "revision"
WHERE ('post_name' LIKE "%revision%" OR 'post_name' LIKE "%autosave%")
AND 'post_status' = "inherit"
AND 'post_parent' != 0
AND 'post_type' != "revision"