D
David M
Hello,
I've got a bit of a problem regarding a table that I have.
The table has 11 columns and 1042 records. (The big table
has 1.7 Million records.)
Stored in each of the rows is numerical data from 0 to 1.
For example:
A B C D E F G H I J K
0.1 0.3 0.15 0.32 0.34 0.43 0.9 0.76 0.64 0.77 0.3
What I want to do is select the maximum value for each
record (which in the above case is 0.9). I then want to
either append, or create a new table that states which
column that this value comes from. So, for the above
example where the maximum value is 0.9 I want to paste "G"
as my query result.
I would appreciate any help in this.
Cheers,
David Mitchell
I've got a bit of a problem regarding a table that I have.
The table has 11 columns and 1042 records. (The big table
has 1.7 Million records.)
Stored in each of the rows is numerical data from 0 to 1.
For example:
A B C D E F G H I J K
0.1 0.3 0.15 0.32 0.34 0.43 0.9 0.76 0.64 0.77 0.3
What I want to do is select the maximum value for each
record (which in the above case is 0.9). I then want to
either append, or create a new table that states which
column that this value comes from. So, for the above
example where the maximum value is 0.9 I want to paste "G"
as my query result.
I would appreciate any help in this.
Cheers,
David Mitchell