Another problem: how can I make the following query work?
SELECT (DATE_TIME(MIN(COLUMN1 - COLUMN2),'%Y-%m-%d %T') AS ANYTHING FROM TABLE ;
Or is it not possible to make complicated queries in MySQL?
Thanks, Akos