相关文章推荐
热心的烈马  ·  KDD 2021 | ...·  1 年前    · 
聪明的风衣  ·  Android ...·  2 年前    · 
Oraclesql取系统时间再加8小时问题stringupdateSql="updatettdsup400"+BaseConfigs.GetErpCompany+"sett$ddtf=(selectto_char(sysdate+8/24,'yyyy/mm/ddhh24:mi:ss')fromttdsup400"+B... Oracle sql 取系统时间再加8小时问题string updateSql = "update ttdsup400" + BaseConfigs.GetErpCompany + " set t$ddtf=(select to_char(sysdate+8/24,'yyyy/mm/dd hh24:mi:ss') from ttdsup400" + BaseConfigs.GetErpCompany + " where rownum=1),t$odst=2 where t$orno='" + order + "' and t$odst<=1 ";

Basecongfig这些不用管,我想取原因的系统时间上再加8小时更新在ddtf这个字段上,可是一直报图片这个错误,大神们帮帮忙