gpt4 book ai didi

mysql - 同一个表上的 Insert 触发器中的更新语句

转载 作者:行者123 更新时间:2023-11-29 14:17:24 25 4
gpt4 key购买 nike

我想编写一个触发器,其中包含同一个表上的 UPDATE 语句,如下所示:

create trigger AFTER INSERT ON myTable
FOR EACH ROW BEGIN
update myTable set ... where ...
end

我该怎么做?

最佳答案

Quoting MySQL docs :

A trigger can also affect other tables, but it is not permitted to modify a table that is already being used (for reading or writing) by the statement that invoked the function or trigger.

关于mysql - 同一个表上的 Insert 触发器中的更新语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12383021/

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