Sybase conversion default on column GetDate()
561672Feb 15 2007 — edited Feb 19 2007I am converting from Sybase to Oracle. Almost every table has a column with default of GetDate(). What do most people change this default to ?
If I am not mistaken I cannot use sysdate because it only goes to seconds. My other options I guess would be localtimestamp , systimestamp etc...
Also, can nls_date_format be set to see milliseconds ?
The application folks say they do need to keep the milliseconds.