[b]Adding millisecond to a date[/b]
387318Aug 1 2003 — edited Aug 3 2003Hi,
I am creating a view out of a table and one of the view column is based on two table columns: one is a date/time column and the other is an integer column(containing milliseconds) in the table.
My question is, how do i add the milliseconds to the date.
i tried using Date + Interval, but the interval only takes seconds.
Please note that the integer column containing milliseconds could be greater than 1000.
Thanks,
Vasu