4
259
Update wp_posts SET post_status = 'draft' WHERE post_type ='post'
UPDATE wp_posts SET post_status = replace(post_status ,'publish','draft');