手机
当前位置:查字典教程网 >编程开发 >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提示[Warning] Invalid (old?) table or database name问题的解决方法

Mysql 原生语句中save or update 的写法汇总

MySQL安装详解图文版(V5.5 For Windows)

mysql多个TimeStamp设置的方法解读

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

mysql 的load data infile

mysql常见错误集锦

mysql部分替换sql语句分享

完整的mysql主从配置方法

解决Mysql 错误:cannot create windows service for

精品推荐
分类导航