摘要:
--查询要更新的数据 SELECT r.CFPayReqNumber, REGEXP_REPLACE(r.CFPayReqNumber, 'FDMFKS00168593$', '') AS new_col FROM T_NT_ReceivableBill r WHERE r.CFPayReqNumb 阅读全文
摘要:
资金对账 T_FM_FmSettleResult SELECT top 50 rt.FFmBizType,p.FNumber,rt.FDiffAmount as "差异金额",rte.* FROM T_FM_FmReconResult rt --资金对账中心分录 left join T_FM_FmR 阅读全文