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