You are looking at documentation for an older release. Not what you want? See the current release documentation.
Query: Select all documents where cmis:lastModificationDate
is more than 2007-01-01.
Initial data:
document1: cmis:lastModificationDate
- 2006-08-08
document2: cmis:lastModificationDate
- 2009-08-08
SELECT * FROM cmis:document WHERE (cmis:lastModificationDate >= TIMESTAMP '2007-01-01T00:00:00.000Z')"
Query result:
document2.