gpt4 book ai didi

mysql - #1093 - 您无法在 FROM 子句中指定用于更新的目标表 'new_keyword'

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

我有这样的查询

 update new_keyword set key_count=key_count-1  where  id in
(select b.id from new_keyword b ,new_news a ,new_mudoal_label c where c.label_id=b.id and a.id=c.id and c.type=1 and c.id=186)

子查询返回id例如(1,2,3)但 mysql 显示错误

最佳答案

我用这段代码解决了我的问题

update new_keyword set key_count=key_count-1  where  id in
(select c.label_id from new_news a ,new_mudoal_label c where a.id=c.id and c.type=1 and c.id=186)

关于mysql - #1093 - 您无法在 FROM 子句中指定用于更新的目标表 'new_keyword',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32293677/

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