I want to select a sharepoint list item which has the Maximum value for a particular column. How can I do this using CAML queries?
This can be done ordering by this field in descending way and taking the first element of the collection returned.