更新类别中所有帖子中“空”的Post_Content-Wordpress

时间:2018-10-12 20:08:53

标签: wordpress

我需要删除特定类别的Wordpress帖子的所有“ post_content”内容。

UPDATE wpp_posts join wp_term_relationships on (wp_posts.ID = wp_term_relationships.object_id)
where wp_term_relationships.term_taxonomy_id = 410
SET post_content =

''

正在产生错误。

1064-您的SQL语法有错误;检查与您的MariaDB服务器版本相对应的手册以获取正确的语法,以在'where wpp_term_relationships.term_taxonomy_id = 410

附近使用

SET post_content =

'''在第二行

1 个答案:

答案 0 :(得分:0)

<StackPanel.Resources> <Style TargetType="ToolTip"> <Setter Property="MaxWidth" Value="300" /> <Setter Property="TextBlock.TextWrapping" Value="Wrap" /> </Style> </StackPanel.Resources> 必须在where子句之前。

SET post_content=''