RE: date+time in milliseconds

2001-05-08 Thread Sinardy Xing
Hi Raj, I never heard such time Date can handle century + year + month + day + hour + minute + second but not milliseconds Sinardy -Original Message- Sent: Tuesday, 8 May 2001 1:14 PM To: LazyDBA mailing list can anyone help me with date + time in milliseconds. i want to inpurt the

RE: date+time in milliseconds

2001-05-08 Thread Morton, Ronald D
/ Administrator Union Switch Signal Inc [EMAIL PROTECTED] -Original Message- From: Sinardy Xing [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 2:50 AM To: Multiple recipients of list ORACLE-L Subject: RE: date+time in milliseconds Hi Raj, I never heard such time Date

RE: date+time in milliseconds

2001-05-08 Thread Witold . Iwaniec
If you get milliseconds in the data and want to keep it, you have to store it in a field different than date, If you don't need to keep the milliseconds, you can use different functions to convert the data. If you need to get the time in milliseconds, you can write a Java stored procedure. You