摘要: UPDATE table a, (SELECT store_id,name FROM store) AS s SET a.name = s.store_name WHERE s.store_id=a.id 阅读全文
posted @ 2021-01-21 17:12 ByteX 阅读(12) 评论(0) 推荐(0)