gpt4 book ai didi

mysql - mysql更新多条记录真的没有办法吗?

转载 作者:行者123 更新时间:2023-11-29 04:04:29 26 4
gpt4 key购买 nike

我想在一条语句中完成所有这些更新。

update table set ts=ts_1 where id=1
update table set ts=ts_2 where id=2
...
update table set ts=ts_n where id=n

是吗?

最佳答案

使用这个:

UPDATE `table` SET `ts`=CONCAT('ts_', `id`);

关于mysql - mysql更新多条记录真的没有办法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1871131/

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