Hi,
I have a table that lists the expenses of all employees in the company in a month. So the table has three columns- number, employee ID, Expense
I want to make a query that could list me the maximum expense made by all employees. In other words, my table has multiple expenses for each employee, I just want to know the ID of that employee and the maximum expense made by him/her.
Thanks in advance!
Sean
I have a table that lists the expenses of all employees in the company in a month. So the table has three columns- number, employee ID, Expense
I want to make a query that could list me the maximum expense made by all employees. In other words, my table has multiple expenses for each employee, I just want to know the ID of that employee and the maximum expense made by him/her.
Thanks in advance!
Sean