benassi
7 years agoHelper
LIQL not in query
Hi, I was wondering is it possible to do something like the following. Basically i want to exclude a set of id's from the result // get a 604 response SELECT * FROM messages WHERE id != '1' ...
benassi -
Not operator is not supported in lithium LIQL. You need to check using freemarker <#if> <#else> condition.