2016年8月29日
摘要: mysql中You can't specify target table <tbl> for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql: update B set end_time =( 阅读全文
posted @ 2016-08-29 15:35 SkyBall 阅读(158) 评论(0) 推荐(0)