Hello Romain,
It's possible. The NOT keyword must be in the correct place. For example, the following query works: SELECT Name FROM User WHERE NOT Name LIKE '%test%'
I hope this helps.
Roland
Comment actions
Hi,
Is there a way to do a NOT LIKE filter in CZQL query?
Example : WHERE Name NOT LIKE '$%'
Filter the entities having a name not starting with the $ char
Please sign in to leave a comment.
Hello Romain,
It's possible. The NOT keyword must be in the correct place. For example, the following query works: SELECT Name FROM User WHERE NOT Name LIKE '%test%'
I hope this helps.
Roland
Hello Roland,
Ok perfect, many thanks!
Romain