【mysql中You,can’t,specify,target,table,for,update,in,FROM,clau】 mysql drop table

mysql中You can"t specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql:

代码如下: