Sample Table : MyTable1
Col1 | Col2 | Col3
3 10 5
10 9 40
1 2 6
The Output must be:
NewColumn
10
40
6
As you can see, I just need to get the highest value from each row..
Is it possible by just using a sql select query?
Thanks in advance
You will need to use the MS Access function
IIF()so your query would be