gpt4 book ai didi

mysql - 替换 wordpress WP_POSTS 表中 post_date 字段的年份(4 位数字)

转载 作者:行者123 更新时间:2023-11-29 02:30:16 25 4
gpt4 key购买 nike

我想批量替换 wp_posts 表中 post_date 字段中的 4 位数年份。

谁能告诉我应该执行什么 SQL 语句?

我想从 2011-02-06 17:05:07 更改为 2012-02-06 17:05:07 ,所以只有年份从2011 年至 2012 年。

谢谢,

最佳答案

UPDATE wp_posts 
SET post_date = DATE_ADD(post_date , INTERVAL 1 YEAR)
-- WHERE condition here

来源

关于mysql - 替换 wordpress WP_POSTS 表中 post_date 字段的年份(4 位数字),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14371603/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com