This is probably easy and I'm missing it because I'm a little
sleep-deprived this month, but:
given the following table 'test':
name group salary
----- ----------- ------
unique medium cardinality
How can I select the name(s) for each group that have the highest
salary for that group?
sleep-deprived this month, but:
given the following table 'test':
name group salary
----- ----------- ------
unique medium cardinality
How can I select the name(s) for each group that have the highest
salary for that group?
Comment