query(" UPDATE $wpdb->posts posts LEFT JOIN $wpdb->postmeta meta ON posts.id = meta.post_id SET posts.post_type = 'aff_product' WHERE posts.post_type = 'product' AND meta.meta_key LIKE '_affilicious%' "); } }