Re: Microseconds in the 4.0.x series...

2004-03-03 Thread Joshua J. Kugler
Sigh...RATFM: Read *All* The Fine Documentation. I'll remember that in the future. Thanks for pointing that out. j- k- On Wednesday 03 March 2004 09:16 pm, Paul DuBois wrote: > DATE_FORMAT() is documented here: > > http://www.mysql.com/doc/en/Date_and_time_functions.html > > Hint: Take

Re: Microseconds in the 4.0.x series...

2004-03-03 Thread Paul DuBois
At 22:04 -0700 3/3/04, Sasha Pachev wrote: Joshua J. Kugler wrote: In the manual that came with MySQL 4.0.17 (at least in the Mandrake packages of such) it says I can use %f to get the microseconds in a DATE_FORMAT call. This does not work, however, and searching the archives reveals that %f wa

Re: Microseconds in the 4.0.x series...

2004-03-03 Thread Joshua J. Kugler
On Wednesday 03 March 2004 08:04 pm, Sasha Pachev wrote: > Joshua J. Kugler wrote: > > In the manual that came with MySQL 4.0.17 (at least in the Mandrake > > packages of such) it says I can use %f to get the microseconds in a > > DATE_FORMAT call. This does not work, however, and searching the arc

Re: Microseconds in the 4.0.x series...

2004-03-03 Thread Sasha Pachev
Joshua J. Kugler wrote: In the manual that came with MySQL 4.0.17 (at least in the Mandrake packages of such) it says I can use %f to get the microseconds in a DATE_FORMAT call. This does not work, however, and searching the archives reveals that %f was only added in 4.1.1. So..which one is co