by zgb <zgb23@[EMAIL PROTECTED]
>
Feb 18, 2008 at 11:38 PM
Troels Arvin wrote:
> On Mon, 18 Feb 2008 22:27:32 +0100, zgb wrote:
>> Is it possible to store the time in milliseconds format?
>
> No. With MySQL, you will have to invent your own system for this, such
as
> storing the fractional seconds in a separate integer column.
>
Well it's not handy for me to store data like that because i have to do
some summation/substraction with those values.. But thank you very much
for your reply, it was very helpful.