首先查詢語句:SELECT sysdate,systimestamp,to_char(systimestamp, 'yyyymmdd hh24:mi:ss') FROM dual; 可以正常在oracle下執行。sql
可是select * from T_ORG_Position where to_char(FCreateTime,'yyyy-mm-dd hh24:mi:ss') ='2008-01-01 00:00:00';不行。oracle
測試使用的環境是金蝶的開發客戶端。函數
報錯:測試
complete! use time:14 end time Fri Nov 11 16:24:53 CST 2016null
Caused exception message is: translate sql exception, message is
format sql error. target database is 'Oracle9' detail message is :
ERROR
source sql is :
select * from T_BD_Person where FLastUpdateTime>=to_date('2007-04-03 13:45:39','yyyy-mm-dd hh24:mi:ss')orm
緣由分析:我的分析因爲金蝶用的oracle版本過低,不支持默寫日期函數。開發