I've got a Table called formula_play with four fileds gamer_id ,Time_first,Time_second and Time_third. The values are for example.
gamer_id Paul Johan
Time_first 80 120
Time_second 60 80
Time_third 70 40
Now what I'd like to do is to show the lowest value of the three fields wich have the data. So...
Paul 60
Johan 40
I've tried almost everything but no luck
Hope you guys can help me.
THX in advance.....
Paul
gamer_id Paul Johan
Time_first 80 120
Time_second 60 80
Time_third 70 40
Now what I'd like to do is to show the lowest value of the three fields wich have the data. So...
Paul 60
Johan 40
I've tried almost everything but no luck
Hope you guys can help me.
THX in advance.....
Paul