摘要: UPDATE tableA AS t1, tableB AS t2 SET t1.colA = t2.colB WHERE t1.code = t2.code 阅读全文
posted @ 2019-08-19 11:57 new_boys 阅读(210) 评论(0) 推荐(0) 编辑