gpt4 book ai didi

mysql - 错误 1175,MySQL。如何在 mysql 中启用安全更新模式的情况下更新或删除没有 PK 指定的行?

转载 作者:行者123 更新时间:2023-11-30 22:58:40 25 4
gpt4 key购买 nike

我知道可以通过禁用安全更新模式来解决。但是有没有可能不禁用它呢?

我正在处理的代码:

DELETE FROM product
WHERE product_key IS NOT NULL
AND collection = "RR12";

最佳答案

Without a primary key, you'll need to provide additional criteria to ensure you delete the appropriate record.

你可以用 where 子句做到这一点,但在我看来使用主键是最好的方法

关于mysql - 错误 1175,MySQL。如何在 mysql 中启用安全更新模式的情况下更新或删除没有 PK 指定的行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25081362/

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