select (select date '1970-01-01' + (to_number(f.SAVEDATE) / 86400000) from dual) form_estimated_saveDate FROM xxx f;