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'
// couldn't find anything in the docs that support this
SELECT * FROM messages WHERE id NOT IN ('1, '2')
Cheers