I'm trying to get the elements with the most new created date using CAML query in sharepoint 2007.
I can do it using:
"<OrderBy><FieldRef Name='Created' Ascending='False' /></OrderBy><RowLimit>1</RowLimit>"
To get the most recent date and then use other CAML query to get the elements with that date.
But, theres no other way to do it in one consult?