手机
当前位置:查字典教程网 >编程开发 >mysql数据库 >mysql中You can’t specify target table for update in FROM clau
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常见错误集锦

完整的mysql主从配置方法

mysql主从服务器配置特殊问题

解决Mysql 错误:cannot create windows service for

mysql释放结果内存代码示例

mysql unsigned 用法及相减出现补数溢出解决方法

将MySQL从MyISAM转换成InnoDB错误和解决办法

SQL Server的排序规则(collation)冲突和解决方案

Can’t open file:'[Table]mytable.MYI'

mysql grants小记

精品推荐
分类导航