At 9:01 PM -0500 8/8/01, Joel wrote:
>How do I find the elapsed time on a timestamp field?
A timestamp is a single value. You can't find elapsed time without
a point of reference to measure it against (two values). What's
your point of reference?
If you have two timestamps, convert each of them to seconds since the epoch
using UNIX_TIMESTAMP() and take the difference.
>I know there must be a way but I can't find it in the Mysql Docs.
>I am using php 4 and the latest mysql i386 binary.
>Thank you very much
>Joel
--
Paul DuBois, paul@stripped