JBoss.orgCommunity Documentation

Not equal comparison (string)

Query: Select all documents property apollo:someProperty that does not equals to "test word second".

Initial data:

SELECT * FROM cmis:document WHERE apollo:someProperty <> 'test word second'

Query result: