I have a table with first_name, last_name, salary, other_columns. I can
produce sql to print the max salary but only with the salary column. How
do I get first_name and last_name etc to show with the max(salary).
Thanks
produce sql to print the max salary but only with the salary column. How
do I get first_name and last_name etc to show with the max(salary).
Thanks
Comment