MySQL Forums
Forum List  »  Partitioning

Re: milliseconds in mysql equivalent to java for Partitioning
Posted by: Rick James
Date: November 13, 2012 09:15AM

Quote

MySQL 5.6.4 and up supports fractional seconds for TIME, DATETIME, and TIMESTAMP values, with up to microsecond precision.
-- http://dev.mysql.com/doc/refman/5.6/en/date-and-time-functions.html
Before that version, there was no way to get resolution finer than one second from the MySQL functions. (You could manipulate them.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: milliseconds in mysql equivalent to java for Partitioning
2082
November 13, 2012 09:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.