Forum Discussion

benassi's avatar
benassi
Helper
7 years ago

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' ...