Hello,
I have e.g. 3 columns with double values. How I can I chose the column with the maximum value (something like the sample below; I know that the max - function threats rows, not columns):
SELECT max(col1,col2,col3) FROM mytable;
Thanks,
btw: I am using MySQL 3.23