閱讀419 返回首頁    go 財經資訊


ORACLE A表根據B表字段更新

update product_info t set (t.salename,t.xsqy)=(select c.salename,c.xsqy from contract_erp c where c.contractcode=t.contractid)
where t.contractid in(select c.contractcode from contract_erp c) and t.contractid is not null and t.salename is null;

最後更新:2017-04-03 12:56:16

  上一篇:go cocos2dx3.0rc如何創建新工程
  下一篇:go cocos2d-x 3.0 bata for android環境配置