小胡N

导航

2020年4月5日 #

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.creat 阅读全文

posted @ 2020-04-05 10:30 小胡N 阅读(1078) 评论(0) 推荐(0) 编辑