I want to write an equivalent CAML query for the given SQL Query below:
select top 10 * from TestTable where ItemID in ( select top 10 ItemID from TestTable order by Views desc) order by UserName desc;
How do I do this?
|
I want to write an equivalent CAML query for the given SQL Query below:
How do I do this? |
||||
|
|
|
Check out U2U CAML Query Builder, it'll help you build any number of CAML Query possibilities that you need. |
|||||||||||
|