What is the best or most efficient way to compare a mix of DATETIME and
TIMESTAMP values using GREATEST()? Some values are columns and some are
literals. Should I convert TIMESTAMP values to DATETIME formatted strings
using DATE_FORMAT or convert everything to integers using UNIX_TIMESTAMP and
then convert the result back to a DATETIME with FROM_UNIXTIME? I'm using
MySQL 4.0.16.
 
Thanks!
Lance


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to