gpt4 book ai didi

mysql - 合并语句在MySQL中可用吗

转载 作者:IT老高 更新时间:2023-10-29 00:00:28 26 4
gpt4 key购买 nike

我必须在单个查询中使用 INSERTUPDATE。对于具有 MERGE 语句的 SQL。

MySQL 是否支持MERGE 语句。如果支持,请提供示例。

最佳答案

MERGE 不受 MySQL 支持,但是,还有其他可能的方法:

INSERT...ON DUPLICATE KEY UPDATE

If you specify the ON DUPLICATE KEY UPDATE option in the INSERT statement and the new row causes a duplicate value in the UNIQUE or PRIMARY KEY index, MySQL performs an update to the old row based on the new values.

关于mysql - 合并语句在MySQL中可用吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42663074/

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