Quote:
|
Originally Posted by Pat Phelan
|
you would
but i wouldn't, because it's only in version 5.0
last time i looked, 4.1 was still in beta, and 5.0 was in alpha
i.e.
very unreliable
instead, i would calculate the difference in seconds like this:
select UNIX_TIMESTAMP(stop)-UNIX_TIMESTAMP(start)
then i might use FROM_UNIXTIME() if i knew the difference was gonna be more than a day, and maybe SEC_TO_TIME() if less