gpt4 book ai didi

MySQL:将数据插入表中的行子集

转载 作者:行者123 更新时间:2023-12-01 00:30:16 26 4
gpt4 key购买 nike

基本上,我想做如下的事情。即将所有字符串“USA”和“US”放在一起。

insert into table (column1) values ('US') WHERE << column1 = 'USA' >>

执行上述操作的正确查询是什么?这是在同一张表中。

最佳答案

你是什么意思?

update table set column1 = 'US' where column1 = 'USA';

关于MySQL:将数据插入表中的行子集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7127622/

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