On Tue, 03 Dec 2002 10:45:57 -0600, Peter Abilla wrote:

>(Column Two - Column One) = Total Minutes

        Assuming this doesn't work :) perhaps 

select UNIX_TIMESTAMP(col2) - UNIX_TIMESTAMP(col1) as TimeDiff

This should give you an answer in seconds.  [sql]

 - Steve Yates
 - File not found. Should I fake it? (Y/N)

~ Taglines by Taglinator - www.srtware.com ~


---------------------------------------------------------------------
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