UPDATE wp_posts SET post_status = 'wc-completed' WHERE post_status IN ('wc-processing') AND post_type = 'shop_order';