gpt4 book ai didi

php - 用于更新所有用户数据的 Mysql 更新查询

转载 作者:太空宇宙 更新时间:2023-11-03 10:39:13 25 4
gpt4 key购买 nike

我想要一个 Mysql 查询来更新“用户”表中所有用户的“状态”。我可以通过运行以下查询来更新一个用户。

表格

enter image description here

我尝试了什么

update user set status = 1 where id = 1 and type = 'viber'

我是否需要在循环中运行上述查询来更新所有用户数据?

我想要如下查询

update user set status = 1 where id = 1 and type = 'viber' and id = 2 and type = 'twitter' ..

非常感谢您的帮助。

最佳答案

只是

update user set status=1; 

更新整个表格。

关于php - 用于更新所有用户数据的 Mysql 更新查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41821959/

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