Hi there,

I'm currently writing a tool for managing time during a competition. My
problem is, that I want to save the time with the fraction of seconds.
as far as I know MySQL is fine with something like "D HH:MM:SS.fraction",
but doesn't store the fraction. Is there anything that could fix that
problem?
I thought about an extra integer column only for the fraction, but I would
love to use the MySQL built in sub and add functions.

Any help is very appreciated.
thanks in advance

- Matthias


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to