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 一个较特殊的问题:You can't specify target table 'wms_cabinet_form'
★ SQL Server的排序规则(collation)冲突和解决方案
★ mysql unsigned 用法及相减出现补数溢出解决方法
★ mysql提示[Warning] Invalid (old?) table or database name问题的解决方法
★ MySQL安装详解图文版(V5.5 For Windows)
★ 解决Mysql 错误:cannot create windows service for
★ Mysql 原生语句中save or update 的写法汇总
★ Can’t open file:'[Table]mytable.MYI'
上一篇:
mysql的左右内连接用法实例