原文:You can't specify target table '表名' for update in FROM clause”解決方法

You can t specify target table 表名 for update in FROM clause 翻譯為:不能先select出同一表中的某些值,再update這個表。 錯誤語句: update w workitems ww set ww.endTime ww.createTime where ww.gid in select from a travel a ,w workit ...

2020-04-05 10:30 0 768 推薦指數:

查看詳情

You can't specify target table 'xxx' for update in FROM clause

1、執行sql語句報上面的錯誤: 報錯如下所示You can't specify target table 'xxx' for update in FROM clause。 原因:因為在MYSQL里,不能先select一個的記錄,在按此條件進行更新和刪除同一個的記錄。 詳細 ...

Sun May 12 17:52:00 CST 2019 0 1188
You can't specify target table 'a' for update in FROM clause

項目中有一個功能變動上線,其中有一張ttt的字段cc,歷史數據需要處理,把字段cc中為’xxx’的值替換為'yyy'。 A結構如下: 更新sql如下: 執行報錯: Duplicate entry 'xx-xx-yyy' for key 'uk_aa_bb_cc' 因為相同的aa ...

Thu Feb 21 23:20:00 CST 2019 0 1887
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM