Hello,
I need help with a SELECT Statement.
I have a table with 4 columns.
Column 1 is RecType ("A", "B", "C", "D"
Column 2 is Col1
Column 3 is Col2
Column 4 is Col3
All I need is one record per RecType. Each record is the highest value in Col3 for each RecType.
Thank you.
I need help with a SELECT Statement.
I have a table with 4 columns.
Column 1 is RecType ("A", "B", "C", "D"
Column 2 is Col1
Column 3 is Col2
Column 4 is Col3
All I need is one record per RecType. Each record is the highest value in Col3 for each RecType.
Thank you.