mysql update select inner join

update gsk_all_to_creditchina a inner join(select company_name,type from ljx_108)b on a.company_name = b.company_name
set a.type = b.type;

posted on 2019-04-19 10:13  砌墙的石头  阅读(1613)  评论(0编辑  收藏  举报

导航