On Wednesday 22 August 2001 15:37, you wrote:
> Can mysql support mucroseconds in the datetime field?
> 
> mydate datetime(14,4) for instance?  I havn't had success so far ;-)

No, it cannot, at this time. We might consider adding it in 4.0. For the time 
being, you will have to resort to a hack with manually inserting the 
microsecond value in a speparate column and adjusting the computations.

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to