把其它表作为条件和更新值的更新语句;例如:两表(多表)关联update--仅在where字句中的连接--这次提取的数据都是VIP,且包括新增的,所以顺便更新客户类别updatecustomersa--使用别名setcustomer_type='01'--01为vip,00为普通whereexists(select1fromtmp_cust_citybwhereb.customer_id=a.customer_id)