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