update customers a -- 使用別名set city_name=(select b.city_name from tmp_cust_city b where b.customer_id=a.customer_id) where exists (select ...
確定! 回上一頁