Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 17th, 2012  |  syntax: MySQL  |  size: 0.21 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. UPDATE 'wp_posts' set 'post_type' = "revision"
  2.   WHERE ('post_name' LIKE "%revision%" OR 'post_name' LIKE "%autosave%")
  3.   AND 'post_status' = "inherit"
  4.   AND 'post_parent' != 0
  5.   AND 'post_type' != "revision"