If I had a table in a database with items and their prices and I wanted to do a query to get not only the highest price using the MAX function but also the item with that highest price what would I do?
I tried this already but for some reason could not get it to work, is it possible for someone to give an example please? Or say how it would be done. I know you use the max function for the highest price but when it came to getting the item or itemname itself it was just a problem.
Thank you.