gpt4 book ai didi

mysql - 如果满足其他列值则更新值列

转载 作者:太空宇宙 更新时间:2023-11-03 11:53:50 24 4
gpt4 key购买 nike

可能有一个简单的解决方案,但我在数据库方面只是个菜鸟,找不到解决方案。

我有两列。像这样的东西:

Meta_value | Meta_key
----------------------
_featured | 1
_featured | 1
_featured | 1

仅当 meta_value 的值 = _featured 时,我想将(所有)meta_key 值更改为 0 >.

我该怎么做?

最佳答案

update table_name set meta_key = 0 where meta_value = '_featured';

关于mysql - 如果满足其他列值则更新值列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34199508/

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