mysql中You can’t specify target table for update in FROM clau
摘要:mysql中Youcan'tspecifytargettableforupdateinFROMclause错误的意思是说,不能先select...
mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql:
代码如下:
【mysql中You can’t specify target table for update in FROM clau】相关文章:
★ Mysql中Insert into xxx on duplicate key update问题
★ mysql提示[Warning] Invalid (old?) table or database name问题的解决方法
★ mysql unsigned 用法及相减出现补数溢出解决方法
★ 解决mysql不能插入中文Incorrect string value
★ MySQL安装详解图文版(V5.5 For Windows)
上一篇:
mysql的左右内连接用法实例