Question on date format after db migration
Recently, I migrated a db from ASE to Oracle, i use timestamp on oracle for data type DATETIME in ASE. However, there are still some different in showing the date format between ASE and ORacle:
On ASE:
Dec 3 2007 11:20:56:220AM
On Oracle:
Dec 03 2007 11:20:56:220AM
How can I omit the reduncy 0 from the date field so that it can be shown same as to ASE? Thanks so much.