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 错误:cannot create windows service for
★ mysql unsigned 用法及相减出现补数溢出解决方法
★ 将MySQL从MyISAM转换成InnoDB错误和解决办法
★ SQL Server的排序规则(collation)冲突和解决方案
★ Can’t open file:'[Table]mytable.MYI'
上一篇:
mysql的左右内连接用法实例