-1
UPDATE customer_service.batch_status.cust_nm
SET batch_status.cust_nm
SELECT customer_service.batch_detail.cust_nm
FROM customer_service.batch_detail
LEFT JOIN customer_service.batch_status
ON customer_service.batch_detail.cust_nm = customer_service.batch_status.cust_nm;
而且,你有什麼問題嗎? – jarlh
嘗試從BATCH_DETAIL更新BATCH_STATUS.cust_nm。 cust_nm。 –
它會彈出一個錯誤消息,語法錯誤,期望類似於batch_status和..之間的名稱或Unicode分隔標識符。 –