Perhaps you could use the datetime or time fields and create a separate
tinyint field for storing the portions < 1 second. Then just make a few
routines to handle inserting/retrieving the data.
> -----Original Message-----
> From: David Ritter [mailto:ritter@stripped]
> Sent: Thursday, April 24, 2003 7:24 AM
> To: MySQL General Discussion (E-mail)
> Subject: Millisecond Precision
>
>
> Does anyone know if MySQL has any plans on expanding the
> time, datetime, or
> millisecond types to handle millisecond precision?
>
> All the other major databases (Oracle, Sybase, DB2, Informix)
> handle this, it seems a shame that MySQL doesn't.