is it possible to have a table of data including numbers nd strings e.g
first name second name time 1 time 2 time 3 fastest time
bob bobson 42s 52s 30s 30s
jim jimson 59s 40s 42s 40s
where the last column caluculates the min time and puts it in a coumn.
thnxs fr ur help
can u use order by to sort a table by row to find say the lowest number when the row contains numbers and strings
soz, sort decesendingly without strings that can contain numbers. The main question is if it can be done or not
is it possible to have a table of data including numbers nd strings e.g
first name second name time 1 time 2 time 3 fastest time bob bobson 42s 52s 30s 30s
jim jimson 59s 40s 42s...