Are you looking for this:SELECT cmis:objectId,cmis:lastModificationDate FROM cmis:document ORDER BY cmis:lastModificationDate DESC
- Florian
Hello All Is there a way to query the latest document using CMIS queries? e.g. max(modified) ?? or to specify WHERE clause saying latest date??? Thanks Krzysztof