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.
Thanks for the quick response.
I don't know alot about LIQL, freemarker but this needs to be called via the API from an external source.
Am i correct that freemarker wouldn't work in this scenario?
Cheers