Hi, I'm using mySQL version 5.0.45.
Is it possible to store the time in milliseconds format?
I've tried with TIMESTAP and DATETIME column types, it doesn't work.
With TIME column type I can put value up to microsecond - etc.
14:02:01.199999 but when i refresh the table data everything after
decimal point is gone, result is 14:02:01
I've also tried mySQL version 5.1, same thing.
Best regards