摘要: 1、mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql: delete form t_area where are 阅读全文
posted @ 2016-11-13 12:36 lhuan 阅读(210) 评论(0) 推荐(0)