hi,
I want to use sub query in CAML, is this possible. I want to use CAML query in such a way that, i wanna retrieve the latest item in my list.
There is a column called Revision . which is a date column. so I want to retrieve those items from listitemcollection where
a record with revision column value is latest.