JBoss.orgCommunity Documentation

NOT constraint

Query: Select all documents that do not contain the "world" word.

Initial data:

SELECT * FROM cmis:document WHERE NOT CONTAINS('world')

Query result: