专题文章
时长:00:00更新时间:2020-11-09 21:01:44
mysql中YoucantspecifytargettableforupdateinFROMclause错误解决方法:mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql: 代码如下: delete from tbl where id in ( se
查看详情