mysql中You can’t specify target table for update in FROM clau
发布时间:2015-06-06 来源:查字典编辑
摘要:mysql中Youcan'tspecifytargettableforupdateinFROMclause错误的意思是说,不能先select...
mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql:
代码如下: