摘要: 在MySQL中,写SQL语句的时候 ,可能会遇到You can't specify target table '表名' for update in FROM clause这样的错误,它的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中),即不能依据某字段值做判断再来 阅读全文
posted @ 2019-05-16 17:15 轻寒 阅读(13136) 评论(0) 推荐(3) 编辑