0
Good afternoon guys, in mysql select has the option IN(), which passes a string list, then it filters that list in select in Where, ex :
SELECT * FROM tabela WHERE id IN (1,2,3,4)
Is there a function that does this but the other way around? A != from the list? I searched the net and found nothing.
Thank you in advance.
Hmm, the site I found did not mention this rs, thank you very much gave it right, thank you very much
– Faillen